hexdump - is a Linux utility to dump the file content into ascii, decimal, hexadecimal, octal formats.
It accepts the input from a file or from standard input and creates a dump in ASCII, octal. hexadecimal or decimal formats.
FORMAT
[-bcCdovx] [-e format_string] [-f format_file] [-n length] [-s skip] file ...
DESCRIPTION