Octal to binary Conversion
Conversion form octal to binary is the reverse of this process. Express each octal digit in three bit binary equivalent.
Ex. Convert 357688 to binary
Solution : Copy the octal number
3(011) 5(101) 7(111) 6(110)
Therefore 35768 = 0111011111102.