|
||
Convert an Integer |
||
|
From |
To |
Result |
|
|---|---|---|---|
|
Initial Base |
Integer |
New Base |
|
|
10 |
|
|
|
|
2 |
|
|
|
|
16 |
|
|
|
|
16 |
|
|
|
|
3 |
|
|
|
|
23 |
|
|
|
|
23 |
|
|
|
|
4 |
|
|
|
Enter the initial base of the integer (e.g., 2 for binary, 8 for octal, 10 for decimal, 16 for hexadecimal, etc.)
Enter the integer you want to convert to the new base. If the initial base of the integer is between 2 and 16, you may use the digit symbols in the following tables to encode the integer (note that the digit values are in base 10).
|
|
For any base (larger than 16 or not), you can always encode the integer as a sequence of base 10 digit values contained inside braces. The following table gives some examples of how you could enter the base 10 integer 781.
Base |
Integer |
|---|---|
10 |
781 |
2 |
1100001101 |
16 |
30D |
16 |
{3}{0}{13} |
29 |
{26}{27} |
Enter the new base to which the integer is converted (e.g., 2 for binary, 8 for octal, 10 for decimal, 16 for hexadecimal, etc.)
Use of this website signifies that you agree to be bound by our Terms of Use.
Privacy Policy |
Feedback |
Copyright ©2004-2006 KnowledgeDoor LLC, All Rights Reserved