Binary to Hexadecimal
- Starting from LSB, group 4 bits at a time and replace each 4 bit binary number with its hex equivalent shown in table above.
Group bits | 1001 | 1111 | 0101 |
Replace with its hex equivalent | 9 | F | 5 |
Convert 111001111101012 to hex.
Group bits | 11 | 1001 | 1111 | 0101 |
Replace with its hex equivalent | 3 | 9 | F | 5 |
Related topics:
Decimal to Binary Conversion | Binary to Decimal Conversion | Hexadecimal to Binary Conversion | Decimal to Hexadecimal Conversion | Hexadecimal to Decimal Conversion
List of topics: Microcomputer
No comments:
Post a Comment