Binary To Octal Conversion
Binary To Octal Conversion
circuitglobe.com/octal-to-binary-and-binary-to-octal-conversion-methods.html
September 26,
2016
The base of the octal number system is 8 because it consists the digit from 0 – 7. The
octal number system is converting into binary number system by grouping the binary
digit in the group of three from the right of the binary number. On the other hand, the
base of the binary digit is 2 and it consists only two digits 0 and 1. The octal number can
easily be converted into binary by the help of the method explained below.
Let converting the octal number 35.346 to its equivalent binary number
Thus the required binary number is 011 101. 011 100 110.
The conversion of binary to octal is a reversal of the above procedure. For example, the
binary number 010100111.100011 can be converted into an octal number by first written
the bits in the group of three and then awarding the decimal number of to each of the
group of three bits as shown below.
1/2
Suppose it is required to convert the decimal number 465 into a binary number. Let us
find an octal number of 465 using the octal dabble method.
2/2