The Hexadecimal system is a
Base 16 system.
The digits used :
0,1,2,3,4,5,6,7,8,9,A,B,C,D,E
and F.
Some examples of hexadecimal numbers........ 3B47,
17, DEAF.
Consider the hexadecimal number 15CA.
To convert it into denary....
Place the number under the appropriate headings....
(Multiplying by 16 for each heading number)....
So the hexadecimal number 15CA represents the denary number
(1 x 4096) + (5 x 256) + (12 x 16) + (10 x 1) = 5578
Note :
Remember that A=10, B=11, C=12, D=13, E=14, F=15.
Hexadecimal numbers are indicated by a subscript of 16.
Eg 11016
is a hexadecimal number.
|