Binary decoder (bin to hex/dec/ASCII/raw file)

Bin string:
remove "0b" groups from input

Note: all characters other than 0 and 1 are ignored, thus "100111" = "10 01 11" = "10, 01, 11", etc.

Cleaned input:

Decoded data as hex vaues:
separate bytes with "0x"

Decoded data as ASCII text, bytes outside 32...126 range displayed in italics as [byte value]:

...decoded text...

Converting (client-side) to raw binary file

Name of file to create:


 "Cookie monsters": 7684624    Parse time: 0.001 s