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