Find out the Hexadecimal number equivalent to the binary number…
2026
Find out the Hexadecimal number equivalent to the binary number 1000110010010011?
- A.
8C93
- B.
106223
- C.
78B2
- D.
9DA4
Attempted by 255 students.
Show answer & explanation
Correct answer: A
To convert binary 1000110010010011 to hexadecimal, group the bits into sets of four from right to left: 1000, 1100, 1001, 0011. Convert each group: 1000 = 8, 1100 = C, 1001 = 9, 0011 = 3. The hexadecimal equivalent is 8C93.