hexdump / od / xxd

hexdump / od / xxd#

Binary inspection.

$ xxd file | head
$ hexdump -C file | head
$ od -c file
$ od -An -tx1 -v file