The byte_dump program is a tool for parsing and printing the bytes of all data within one or more files.

This tool operates similar to the classic hexdump program and provides similar functionality. However, the byte_dump program is not intended to be a complete replacemenet. Unlike the hexdump program, the byte_dump program is fully UTF-8 aware and even validates the Unicode sequences.

This tool is designed to be scriptable and accepts piped input, treating the piped input as a file being read.