4.hexidecimal Number System
4.hexidecimal Number System
0 0 0000
1 1 0001
2 2 0010
3 3 0011
4 4 0100
5 5 0101
6 6 0110
7 7 0111
Hexadecimal Number System
8 8 1000
9 9 1001
10 A 1010
11 B 1011
12 C 1100
13 D 1101
14 E 1110
15 F 1111
Here all the numbers are over. So we make new numbers by
combining two digits.
10,11,12,13,14,15,16,17,18,19,1A,1B,1C,1D,1E,1F,20……………
….
Hexadecimal to Binary conversion
1) 6EF
2) 45AD
3) BF6
4) 23AA
5) 5CA8
Binary to Hexadecimal conversion
Arrange the bits in groups of 4 starting from LSB.
Write the equivalent hexadecimal digit.
1) 101010001011
2) 001110110
3) 10111100
4) 0011001011
5) 11011011010
Binary fraction to Hexadecimal conversion
(10110100.01)
10110100.0100
B4.4
Questions
1) 10101.01011
2) 0011.10110
3) 101.11100
4) 00110.1011
5) 1101.010
Hexadecimal to Decimal Conversion
1) ABCD. 25
2) EF8.C6
3) 9BD.43A
4) EFA7.13
5) CAD.021
Decimal to Hexadecimal Conversion.