Binary file

How can we see the contents of a binary file?

od -c yourfile

Maybe you are lucky and catch something readable.

Edit:
To see anything human readable in there:

strings yourfile