Convert hexadecimal integers (base 16) into minimal binary representations (base 2). This variant is locked into a batch-first hex-to-binary workflow with all other controls hidden.
Paste your hex values on the left to see the raw binary sequences update live.
Supported formatting
The tool accepts uppercase or lowercase hex digits (0-9, a-f). Standard 0x prefixes are stripped automatically before conversion. Underscores and internal spaces are ignored, making it easy to paste spaced sequences like 0x FF FF. Leading signs (+ or -) are fully supported.
Batch processing
Batch mode converts one value per line independently. A syntax error on a specific line prints an inline error without breaking the rest of your sequence. Empty lines are mirrored in the output to keep everything aligned.
Binary output
Results are provided as minimal binary strings using 0 and 1. There is no 0b prefix and the output is not padded to standard 8, 16, or 32-bit widths. Negative signs from the input are preserved verbatim.