Binary to Hexadecimal Converter
Convert between binary and hexadecimal numbers
The binary system (base 2) uses only digits 0 and 1, and is the language computers use internally. The hexadecimal system (base 16) uses digits 0–9 and letters A–F, and is often used as a compact, human-friendly way to represent binary values.
For example, the binary number 1010 equals A in hexadecimal (or 0xA). Type in either field below and the other updates instantly.