Convert Hex to Binary

Home > Tools > Converter > Convert Hex to Binary

Conversion Form

  • sample
  • copy
  • clear
Convert

Result of Hex conversion to Binary

  • download
  • copy
  • clear
FAQs

What is Hex?

The hexadecimal numbering system comprises 16 sequential numbers as base units, with the addition of a new position for the next number. It uses the numbers 0-9 and the letters A-F (which represent 10-15). The number 16 will be 10 and so on. To convert from Hex to Binary data, use our free Conversion Hex to Binary online tool.

People who design web pages encounter hexadecimal values when selecting colors. For example, the HTML color code #FBFF00 represents yellow text, with 251 red, 255 green, and 0 blue in hexadecimal.

BinaryDecimalHexadecimal
000
111
1022
1133
10044
10155
11066
11177
100088
100199
101010A
101111B
110012C
110113D
111014E
111115F
100001610
100011711
etcetcetc

What is Binary?

The base-2 number system, also known as the binary numeral scheme, uses the symbols 0 and 1 to represent numeric values. It is a positional notation system with a radix of 2. Due to its simple implementation in digital electronic circuitry using logic gates, modern computers use the binary system internally.

How to convert Hex to Binary online?

Use an online Convert Hex to Binary tool that is available for free can convert Hexadecimal numbers to Binary data. This free tool is not only user-friendly but also highly efficient. It enables you to perform the conversion process in a swift and uncomplicated manner. Moreover, with our online Hex to Binary converter tool, you can transfer your data by following a few simple steps:

  • Paste the Hexadecimal numbers in the given textarea above.
  • Click on the “Convert” button.
  • The next textarea will display the Converted result (Binary data).

Moreover, you can see related free Online Converter Tools.

Example of Hex Converter to Binary

Hexadecimal Numbers:

45B4

Convert each Hex digit to 4 Binary digits:

= 4 5 B 4
= 100 0101 1011 0100
= 100010110110100