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.
0 comments:
Post a Comment