Wednesday, August 12, 2020

Binary to Octal Conversation

 Let's learn how to convert binary numbers into octal numbers system. 

Example: - (100111001)2 into (    )8

Step 1: - Make a pair of 3 bits of binary numbers. 

                         100   111   001

Step 2: - Write down the octal equivalent of the paired binary numbers. 

                 100   111   001

                    |      |        |

                     4      7        1

Step 3: - The octal equivalent of the paired binary numbers is (471)8.

          







homemadecircuits

Author & Editor

The Electronics Engineering change the world today and the new innovation is also done. I have tried here to make easy to undersand Electronics Engineering. Everyone should tried to understand, how the gadgets surrond us works and what principle they work.

0 comments: