A string is a sequence of (32-bit or 64-bit) numbers.
, , Unicode. A3 Unicode U+00A3 iso-8859-1, decode("iso-8859-1", "\xA3") "\xA3".
, print("\xA3") A3 ( ).
, , , , iso-8859-1 UTF-8. ,
use open ':std', ':encoding(locale)';
use open ':std', ':encoding(UTF-8)';
STDIN, STDOUT STDERR ( binmode), open .