Hexadecimal -> binary stream converter

Converting hexadecimal log into series of bits. Used to debug unexpected bit shift when writing and reading back data to SPI memory chip.

Hex string:

Note: all characters outside hex set will be ignored, thus "12AB34" = "12 AB 34" = "12, AB, 34", etc. Input is case-insensitive.

Options:

remove "0x" groups from input

Cleaned input:

Bit order for conversion of bytes into output bit stream:
Separator for 8-bit groups (e.g. space):
split output into multiple lines, values (bits) per line:

Output:


 "Cookie monsters": 7702488    Parse time: 0.001 s