Help for this page

Select Code to Download


  1. or download this
    $ 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