Inverting bits in array of hex-encoded bytes

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
use "0x" and commas for output

Cleaned input:


Inverted bytes:

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

...text...


 "Cookie monsters": 7684296    Parse time: 0.001 s