$ perl -e'print pack "H*", "abc";' | od -t x1 0000000 ab c0 0000002 $ perl -e'print pack "H*", "abc0";' | od -t x1 0000000 ab c0 0000002