Binary to Hexa Converter Calculator


Binary Number (Base 2) :
Hex (Base 16) :

The Binary to Hex Converter is an online tool which is used to convert a binary number into its equivalent hexadecimal number. CoolGyan’S Binary to Hexadecimal Converter makes calculations simple and interesting. When we give input in the given box, the output is generated quickly.

How to Use Binary to Hex Converter Calculator?

To use the binary to hex converter tool, we can follow the below given steps:

Step 1: Enter the binary number in the input field, which we need to convert in hexadecimal

Step 2: Click on “Convert to Hex” button

Step 3: The equivalent hexadecimal number will appear in the output field

What is Binary to Hex Conversion?

A binary number has base 2 and consist of only two digits, that are 0 and 1. It has a major use in computer applications.

Hexadecimal numbers are represented by base 16. It uses 0 to 9 digits and for higher numbers, it is represented by English alphabets such as A,B,C,D,E and F.

To convert binary number to hexadecimal is an easy method. We have to group the given binary number in pair of 4 and then find the equivalent hexadecimal number from the below table.

Binary Hex
0000 0
0001 1
0010 2
0011 3
0100 4
0101 5
0110 6
0111 7
1000 8
1001 9
1010 A
1011 B
1100 C
1101 D
1110 E
1111 F

Example: Convert 10010012 into a hexadecimal number.

Solution: 10010012

= 0100 1001

= 4916