COM1100 -- Winter2000 --
Yuhong Yin
14
Binary number to Hexadecimal number
n
Group bits into sets of 4
n
Add leading 0 if needed
n
Check the table in slide no.13
n
n
For example,
n
( 111 1011 )
2
=
(
0
111
1011
)
2
n
=
(
7
B
)
16
n