Hexadecimal to Binary Converter

Convert hexadecimal numbers to binary using direct digit-to-4-bit mapping. Essential for digital systems and programming.

Use digits 0-9 and letters A-F (case insensitive)

How to Convert Hexadecimal to Binary

1

Write down the hexadecimal number

2

Convert each hexadecimal digit to its 4-bit binary equivalent

3

Combine all the 4-bit groups to get the final binary number

4

Remove any leading zeros if desired (optional)

Example: Convert A3₁₆ to Binary

Step 1: Convert each digit

A₁₆ = 1010₂

3₁₆ = 0011₂

Step 2: Combine results

A3₁₆ = 10100011₂

Hexadecimal to Binary Conversion Table

Hex Binary Hex Binary
0000081000
1000191001
20010A1010
30011B1011
40100C1100
50101D1101
60110E1110
70111F1111

Common Hexadecimal to Binary Conversions

FF 11111111
F0 11110000
0F 00001111
AA 10101010
55 01010101
C0 11000000

Practical Applications

Memory Addressing

Memory addresses in hex converted to binary for hardware access

Color Codes

HEX color values represent RGB components in binary

Bitmask Operations

Hex values used as bitmasks in programming

🛠️ Free Smart Tools

English English