Convert Base-10 to Base-2 ** Base-8 ** Base-16


Enter => Enter Base 10 Number Here (up to 6 digits)
Calculate => Example =>
Result => This is Base 2 Here
Result => This is Base 8 Here
Result => This is Base 16 Here

Enter => Enter Base 16 Number Here (up to 6 digits)(Use only Capital Letters)
Calculate => Example =>
Result => This is Base 10 Here

Enter => Enter Base 10 Number Here (Up to 6 Digits)
Enter => Enter Base You Want to Convert To (2 thru 9)

This shows each step. R = Remainder = Answer
Click Each Step - When the number on
the left is zero stop.
Read the answer on the right from bottom to top!
** R => Click =>
** R => Click =>
** R => Click =>
** R => Click =>
** R => Click =>
** R => Click =>
** R => Click =>
** R => Click =>
** R => Click =>
** R => Click =>
** R => Click =>
** R => Click =>
** R => Click =>
** R => Click =>
The easiest way to convert to Base-2
Is to first convert to Base-8
(Which is much faster and easier!)
Then write down the Base-2 Answer
From the Table Below!
=> 0 ==== 000
=> 1 ==== 001
=> 2 ==== 010
=> 3 ==== 011
=> 4 ==== 100
=> 5 ==== 101
=> 6 ==== 110
=> 7 ==== 111
Example: If the Base-8 Number is 407
=> Base-2 Number is 100,000,111

Now Regroup the Base-2 Number in groups of 4
From Right to Left
Then Read the Base-16 Number from
The Table Below!
Base-2 Number = 1,0000,0111
=> Base-16 Number = 107
You can check this by finding the
Base-10 Number from the Base-16 Number Above!
=> 0 ==== 0000
=> 1 ==== 0001
=> 2 ==== 0010
=> 3 ==== 0011
=> 4 ==== 0100
=> 5 ==== 0101
=> 6 ==== 0110
=> 7 ==== 0111
=> 8 ==== 1000
=> 9 ==== 1001
=> A ==== 1010
=> B ==== 1011
=> C ==== 1100
=> D ==== 1101
=> E ==== 1110
=> F ==== 1111