Hexadecimal → Binary
Result
—
Hexadecimal → Binary
Convert hex strings to binary.
Conversion
Hex → Binary: convert each hex digit to its 4-bit binary nibble (pad leading zeros as needed). Example: 4F → 0100 1111
—
Convert hex strings to binary.
Hex → Binary: convert each hex digit to its 4-bit binary nibble (pad leading zeros as needed). Example: 4F → 0100 1111