Convert the following binary expansion to a hexadecimal expa
Convert the following binary expansion to a hexadecimal expansion. A) (1111 0111)2 B) (1010 1010 1010)2 C) (111 0111 0111 0111)2
Solution
A) (11110111)2 = (F7)16 = F7h
B) (101010101010)2 = (AAA)16 = AAAh
C) (111011101110111)2 = (7777)16 = 7777h
