Multiple choice

What is 00110010 (binary) in hexadecimal?

  1. 32

  2. 2E

  3. 2F

  4. 30

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

To convert 00110010 to hex, split it into two 4-bit nibbles: 0011 (3) and 0010 (2). Combining them gives 32 in hexadecimal.