Octal = 52746757 Binary = 101010111100110111101111
101102 = 2210 = 1616 = 268
The answer depends on what you are converting from: binary, ternary, octal, hexadecimal ...
221122: Binary = 1000100001000100100010 Octal = 10410442 Decimal = 2232610
You could first convert it to binary, and then to hexadecimal. Because octal and hexadecimal bases are both powers of two, the conversion between those bases and binary is quite easy. To go from octal to binary, take each digit in the number, and convert it to three binary digits: 5 -> 101 3 -> 011 2 -> 010 4 -> 100 So the binary version of the number is: 101 011 011 010 100 In order to convert to hexadecimal, your number of digits needs to be divisible by four (as 24 = 16). To get that, we need to add a digit, which will be a zero as our leftmost digit: 0101 0110 1101 0100 Now we can convert each of those sets of four binary digits into single hexadecimal digits, giving us our final answer: 9AD8
117
Yes, I can.
Octal = 56704534 Decimal = 12290396
Hexadecimal -> BB895Cdecimal -> 12.290.396octal -> 56.704.534
747 = 1E7
7EBC.12
Octal = 52746757 Binary = 101010111100110111101111
A45C: Decimal = 42076 Octal = 122134
BB895C: Octal = 56704534 Decimal = 12290396
56704534
C65A = 143132
NA