Question on: SS3 ICT - Overview Of Number Bases

Describe the process of converting a hexadecimal number to binary

View related lesson
Ask EduPadi AI for a detailed answer

To convert a hexadecimal number to binary, you can replace each hexadecimal digit with its binary equivalent. Here's an example:

Hexadecimal: A3B

Binary equivalent:

A (hex) = 1010 (binary)

3 (hex) = 0011 (binary)

B (hex) = 1011 (binary)

So, A3B in hexadecimal is equivalent to 101000111011 in binary.

Add your answer

Notice: Please post responsibly.

Please share this, thanks!

No responses