Monday, February 15, 2016

Binary to Hexadecimal Conversion

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.
Convert 1001111101012 to hex.
Group bits100111110101
Replace with its hex equivalent9F5
1001111101012 = 9F516

Convert 111001111101012 to hex.
Group bits11100111110101
Replace with its hex equivalent39F5
111001111101012 = 39F516



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