Convert a number’s base to another
Related Tools
Use this base converter ( number base converter ) to convert a number from any base to another easily and quickly. It lets you proceed base conversion by just making a single click.
A base number converter is an online tool that helps you to convert a same number between its representations under a different number system.
Example:
Let’s have a example,
= 3.141592653589793238 in decimal system (base 10), or to 3.243F6… in hexadecimal system (base 16), or to 11.001001… in binary system (base 2).
The process of converting a number base just requires two simple steps.
Step 1:
In this step you need to convert the number into decimal, or base 10, if it is not already.
Step 2:
Convert from decimal to desired base.
To convert a decimal number to the desired base you need to use the division method. Write the remainder to the side of the division problem. For a remainder larger than 9, find the equivalent digit by using the table given below.
Divide the solution to the first division problem, which is the quotient by the desired base again. Continue this method until the resulting quotient is 0.
Example:
Let’s convert 3135 from decimal to base 12.
3135 ÷ 12 = 261 R 3
261 ÷ 12 = 21 R 9
21 ÷ 12 = 1 R 9
1 ÷ 12 = 0 R 1
Decimal Number
|
Number or Letter Digit |
0 | 0 |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |
6 | 6 |
7 | 7 |
8 | 8 |
9 | 9 |
10 | a |
11 | b |
12 | c |
13 | d |
14 | e |
15 | f |
16 | g |
17 | h |
18 | i |
19 | j |
20 | k |
21 | l |
22 | m |
23 | n |
24 | o |
25 | p |
26 | q |
27 | r |
28 | s |
29 | t |
30 | u |
31 | v |
32 | w |
33 | x |
34 | y |
35 | z |