1-49
To convert a binary fraction to its octal equivalent, starting at the radix point and moving right,
expand each digit into a group of three:
Add 0s to the right of the LSD if necessary to form a group of three. Now write the octal digit for
each group of three, as shown below:
To convert a mixed binary number, starting at the radix point, form groups of three both right and
left:
Convert the following binary numbers to octal:
Q65.
102.
Q66.
10102.
Q67.
1011112.
Q68.
0.00112.
Q69.
0.1100112.
Q70.
110111.0101012.
Binary to Hex
The table below shows the relationship between binary and hex numbers. You can see that four
binary digits may be represented by one hex digit. This is because 16 is equal to 24.