Hello,
Base64 encode 'è' with '6Ao='.
After différents test I find '6A==',
In base16, 'è'==E8.
in binary string, 'è'=11101000 (== 256)
111010 =(decimal:) 58 =(base64:)6
000000 =(decimal:) 0 =(base64:)0
base64 (GNU coreutils) 8.5
Cordialement Thomas.
