- or download this
#!/usr/bin/perl
...
my $byteLength = length($binaryString);
return $byteLength;
}
- or download this
string: ®
unpacked: c2ae
char length: 2
byte length: 4
- or download this
$test = "\x{05D0}\x{20AC}";
- or download this
$test = "\x05\xD0\x20\xAC"
- or download this
$test = "\xd7\x90\xe2\x82\xac";