paperlined.org
apps
>
unix
document updated 14 years ago, on Jan 11, 2010
Hex dumpers I use:
xxd
— easy to use, widely available (as it's part of 'vim'), but not completely universal
od -t x1c
(or
od -t x1z
if your OS supports it)