Help for this page
perl -e' binmode(STDOUT, ":encoding(UTF-8)"; ... say length($text); say $text; '
perl -MEncode -e' $text="\x{00fc}"; ... say encode("UTF-8", length($bytes)); say $bytes; '