Binary to Hexadecimal Converter - Base 2 to Base 16

Copy Link & Share
'Convert From' and 'Convert To' are same! Please Select a different Source/Target number base.
bin
 
 

Complete List of Binary Converters

ADVERTISEMENT

Conversion Units

Definition : Binary Number System (Base 2)

A binary number system represents a number in terms of only two numerals, i.e., 0 (zero) and 1 (one). In the word "binary", "bi" means "two". Binary numbers are represented with 2 at their base, for example 10101012.

Definition : Hexadecimal Number System (Base 16)

Hexadecimal Number System is a base 16 number system, uses combinations of numerals 0 to 9 and alphabetic characters A to F to represent any number. Hexadecimal numbers are represented with 16 at their base, for example 1AF16.

Binary to Hexadecimal Conversion Examples

binary (base 2) NumberEquivalent hexadecimal (base 16) Number
00
11
102
113
1004
1015
1106
1117
10008
10019
1010a
1011b
1100c
1101d
1110e
1111f