1 2 3 4 5 6 7 8 9 10 11 12
| $ echo -e "\x00\x00\x0a\x01\x00\x00\x05\x26\x05\x26\x43\x00\x68\x00\x61\x00\x6f\x00\x73\x00\x20\x00\x49\x00\x6d\x00\x70\x00\x61\x00\x63\x00\x74\x00\xb7\x00\x4e\x00\x69\x00\x72\x00\x76\x00\x61\x00\x6e\x00\x61\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4d\x6f\x64\x65\x6c\x73" | sed 'N; s/\x00\x00\(.\)\(.\)\x00\x00/\2\1;/;s/\(\x00\)\{3,\}/ /g' | od -ax
0000000 soh nl ; enq & enq & C nul h nul a nul o nul s
0a01 053b 0526 4326 6800 6100 6f00 7300
0000020 nul sp nul I nul m nul p nul a nul c nul t nul 7
2000 4900 6d00 7000 6100 6300 7400 b700
0000040 nul N nul i nul r nul v nul a nul n nul a sp M
4e00 6900 7200 7600 6100 6e00 6100 4d20
0000060 o d e l s nl
646f 6c65 0a73
0000066
$ |