Help for this page

Select Code to Download


  1. or download this
    perl -Mencoding=utf8 -e 'binmode STDOUT, ":bytes" or die $!;
        print(pack("n", 204))'
    
  2. or download this
    perl -e 'use encoding "utf8", STDOUT => undef; print(pack("n", 204))'