Hexadecimal to Binary Converter

Convert hexadecimal numbers to binary numbers easily and accurately.

Calculator

Enter Your Number

Enter a hexadecimal number (0-9, A-F)

Enter a binary number (0-1)

Guide

How to Convert Hexadecimal to Binary

Hexadecimal (base-16) uses the following digits:

0-9

A = 10

B = 11

C = 12

D = 13

E = 14

F = 15

Steps to Convert:

  1. 1
    Convert each hexadecimal digit to its 4-bit binary equivalent
  2. 2
    Combine all the binary digits in order
Example:

1A = 0001 1010

1 = 0001

A = 1010

Hexadecimal to Binary Conversion Table:

0 = 0000

1 = 0001

2 = 0010

3 = 0011

4 = 0100

5 = 0101

6 = 0110

7 = 0111

8 = 1000

9 = 1001

A = 1010

B = 1011

C = 1100

D = 1101

E = 1110

F = 1111

Examples

Common Examples

Example 1 Basic Numbers

0x0 = 0000

0x1 = 0001

0x9 = 1001

Example 2 Letters

0xA = 1010

0xF = 1111

0xFF = 11111111

Example 3 Common Values

0x10 = 00010000

0x100 = 000100000000

0x1000 = 0001000000000000

Example 4 Mixed Numbers

0x1A = 00011010

0xB4 = 10110100

0x3E8 = 001111101000

Tools

Math Converters

Need other converters?

Can't find the converter you need? Contact us to suggest other math converters.