Okay, I'm pretty sure that 864 binary is 30 hexadecimal. - RG
Octal = 52746757 Binary = 101010111100110111101111
Octal and hexadecimal numbers are used extensively by computer specialists because octal and hexadecimal are easily converted to and from binary. You simply group the binary bits into groups of 3 or 4 and then convert that group into octal or hexadecimal, or you convert the octal or hexadecimal digit into a group of 3 or 4 binary bits. With practice, you can do this at sight.
221122: Binary = 1000100001000100100010 Octal = 10410442 Decimal = 2232610
ABC hex is 43968 decimal so octal is: 125700 binary is: 1010101111000000
The answer depends on what you are converting from: binary, ternary, octal, hexadecimal ...
The answer depends on what you are converting from: binary, ternary, octal, hexadecimal ...
The best way is to first convert hexadecimal to binary and then to octal. For example the hexadcimal number B4EA is in binary: B 4 E A 1011 0100 1110 1010 Thus B4EA (hexadecimal) = 1011010011101010 (binary) We add leading zeros to the binary number in order to be able to divide the number in sets of 3 digits. Then we convert easy to octal as follows: 001 011 010 011 101 010 1 3 2 3 5 2 Therefore 1011010011101010 (binary) = 132352 (octal) and from here you have your result: B4EA (hexadecimal) = 132352 (octal)
Start with the four rightmost digits in the octal form and convert them to hexadecimal. Then move to the previous four octal digits.
117
Yes, I can.
1
Octal = 56704534 Decimal = 12290396