History
No history yet
Hex Calculator
Convert numbers between Decimal and Hexadecimal systems instantly.
Base-16 Converter
Convert decimal values to hexadecimal notation.
Hexadecimal is used in computing to represent binary data compactly. Each hex digit corresponds to exactly 4 bits (a nibble).
Nibble Decomposition
Total Bits
8 bits
Binary Stream
1111 1111
Conversion Tip
To manually convert Hex to Binary, replace each digit with its 4-bit equivalent. For example, A is 1010, and B is 1011.