Hexadecimal to Binary
- Replace each digit with its binary equivalent from the table above.
- Drop leading zeros
2 | 9 | B | ||
0010 | 1001 | 1011 | ||
29B16 | = 10100110112 |
Convert DEC16 to binary.
D | E | C | ||
1101 | 1110 | 1100 | ||
DEC16 | = 1101111011002 |
Related topics:
Decimal to Binary Conversion | Binary to Decimal Conversion | Binary to Hexadecimal Conversion | Decimal to Hexadecimal Conversion | Hexadecimal to Decimal Conversion
List of topics: Microcomputer
No comments:
Post a Comment