Paste hexadecimal values, and the tool decodes them back to readable text.
Either works — the decoder normalizes to uppercase before parsing.
Yes — '48 65 6C 6C 6F' and '48656c6c6f' are both decoded to 'Hello'.
The 0x prefix is stripped automatically before decoding.