Multiple choice technology

Convert hexadecimal value C1 to binary.

  1. 11000001

  2. 1000111

  3. 111000100

  4. 111000001

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Hex C = decimal 12 = binary 1100. Hex 1 = decimal 1 = binary 0001. Combining: C1 = 1100 0001 = 11000001 in binary.