Title: Hexadecimal
1Hexadecimal to Binary Conversion
Press any key to continue
2To convert a hexadecimal number to binary you
must realize that each hexadecimal digit is
represented by 4 binary bits.
1 0 1 0
Consider the hexadecimal digit A
A is equivalent to 10 in decimal
Using the chart above, the number 10 is
represented by placing a 1 for 8 and 2.
Press any key to continue
3Use the least 4 bits of the binary chart to
convert the hexadecimal number to binary.
0 0 0 0
0 0 1 1
1 1 1 1
1 0 0 0
0 3
F 8
To convert the hexadecimal number 03F8 you must
convert each hexadecimal digit into 4 binary
bits.
Notice that it only requires a 4 bit hexadecimal
number is to represent a 16 bit binary number.
Press any key to continue
4Use the least 4 bits of the binary chart to
convert the hexadecimal number to binary.
0 1 0 1
1 0 1 0
1 1 0 1
0 1 1 0
5 A
D 6
Convert the hexadecimal number 5AD6 to binary.
Press any key to continue
5Take a piece of paper and convert the hexadecimal
number to decimal. Press any key when you have
the answer.
0 1 1 1
1 1 1 0
0 1 0 0
1 0 1 1
7 E
4 B
Press any key to continue
6Converting a hexadecimal number to a binary
number is a simple task if you remember that each
hexadecimal bit equals 4 binary bits.
The End