Help for this page
my $code_points = decode('cp1252', $cp1252_bytes);
my $utf16le_bytes = encode('UTF-16le', $code_points);