Wednesday, August 12, 2020

Binary to Hexadecimal Conversation

Let us learn how to convert binary numbers into hexadecimal numbers. 

Example: -(101011001001)10 into (    )16

Step 1: - Make a pair 4 bits binary number from LSB side to MSB. 

1010    1100   1001

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

1010    1100   1001
    |          |          |
  10         12         9
Step 3: - Write down the hexadecimal equivalent of the decimal numbers. 

1010    1100   1001
    |          |          |
  10         12         9
    |          |          |
   A           C         9

Step 4: - So the hexadecimal equivalent of the binary numbers comes (AC9)16

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: