Contents

Converting octal numbers to binary numbers. To convert an octal number to binary, each digit is represented by 3 binary digits because the maximum octal digit i.e. 7 can be represented with a maximum of 3 digits. See Table 1.11. Table 1.11. Octal digit Binary equivalents 0 000 1 001 2 010 3 011 4 100 5 101 6 110 7 111 ................
................