Home Number Base Conversion Binary to Hexadecimal
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
RESULT ( Binary → Hexadecimal ) :
()2 = ()16
Binary Converters : Binary to Octal , Binary to Decimal
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) Number | Equivalent hexadecimal (base 16) Number |
---|---|
0 | 0 |
1 | 1 |
10 | 2 |
11 | 3 |
100 | 4 |
101 | 5 |
110 | 6 |
111 | 7 |
1000 | 8 |
1001 | 9 |
1010 | a |
1011 | b |
1100 | c |
1101 | d |
1110 | e |
1111 | f |