The Hexadecimal equivalent of 01111100110111100011 is
20072007
The Hexadecimal equivalent of 01111100110111100011 is
- A.
CD73E
- B.
ABD3F
- C.
7CDE3
- D.
FA4CD
Attempted by 225 students.
Show answer & explanation
Correct answer: C
To convert binary to hexadecimal, group the bits into sets of four starting from the right: 0111 1100 1101 1110 0011. Convert each group to its hexadecimal equivalent: 7, C, D, E, 3. The final result is 7CDE3.
A video solution is available for this question — log in and enroll to watch it.