Octal 20 to Hex Conversion
What is 20 octal in hex? - converter, chart & solved example problem with step by step workout for how to carry out octal 20 to hex conversion manually. The base-8 value of 208 is equal to
base-16 value of 1016
In different representation
208 = 1016
0o20 = 0x10
Octal | Hex | Decimal |
---|---|---|
16.4 | E.8 | 14.5 |
17 | F | 15 |
17.4 | F.8 | 15.5 |
20 | 10 | 16 |
20.4 | 10.8 | 16.5 |
21 | 11 | 17 |
Work to Find What is 20 Octal in Hex
The below is the example problem with step by step work to find what is 20 octal in hex.
2016 Octal to Hex Conversion:
step 1 Write each digit of given octal number 208 into its equivalent binary containing 3 digits each.
2 = 0100 = 000
step 2 Arrange the binary numbers group in the same order
208 = 100002
step 3 Split the above binary number 10000 into groups of four bits from the right to left and write the corresponding hex values for the groups.
0001 = 10000 = 0
step 4 Write the hex values in the same order
208 = 108
2016 Octal to Hex Conversion:
step 1 Write each digit of given octal number 208 into its equivalent binary containing 3 digits each.
2 = 0100 = 000
step 2 Arrange the binary numbers group in the same order
208 = 100002
step 3 Split the above binary number 10000 into groups of four bits from the right to left and write the corresponding hex values for the groups.
0001 = 10000 = 0
step 4 Write the hex values in the same order
208 = 108
