Help for this page
$ perl -we'use bytes; $_ = chr(1000); print;' | od -t x1 0000000 e8 ... $ perl -we'use bytes; $_ = chr(232); print;' | od -t x1 0000000 e8 0000001