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