Binary Tools
Hexadecimal to Binary
Convert hexadecimal numbers to binary format.
Updated 2025-12-01
Hex to Binary
Convert hexadecimal to binary
Transform hexadecimal numbers (base-16) into binary (base-2) representation.
Separate values with spaces, commas, or newlines0 values
Each hexadecimal digit (0-F) maps to exactly 4 binary bits, making hex a compact way to represent binary data. This is why hex is commonly used in color codes, memory addresses, and debugging. All processing happens locally in your browser.