Linux Tricks
Print by Hexadecimal Representation
xxd
xxd is built-in Linux. create a file with hex representation. For example:
convert to raw bites with xxd:
printf
echo
python3
python3 [or python] may not exist on the machine.
If you don't want unreadable characters to be interpreted as UTF-8 with python3 use this instead:
Other
http server with python
Last updated