Binary Hexadecimal Converter

Binary is the notation using base 2 that computers understand and consists of 1 and 0s as the only digits. This is in contrast to the decimal system that we use in our daily lives, which consists of 10 digits (0-9).

As binary strings can get very long, hexadecimal is a 16 digit system that is used to represent binary strings in a shorter form. Hexadecimal uses the digits 0-9 and the letters A-F to represent the numbers 10-15.

Binary to Hexadecimal

Result:

Hexadecimal to Binary

Result: