Viewing the hex codes of a file 2007-05-08 09:59am
Linux has a cool utility called hexdump that will dump a file in hex mode. Great for looking at the raw values in a UTF-8 text file.
hexdump -C /tmp/foo.txt
hexdump -C /tmp/foo.txt