Friday, May 8, 2015

UNICODE

http://www.endmemo.com/unicode/unicodeconverter.php
http://unicodelookup.com/
http://www.ltg.ed.ac.uk/~richard/utf-8.cgi
http://www.rapidtables.com/convert/number/binary-converter.htm

perl -C2 -le 'print pack("U0W*", hex("d0"), hex("81"))'

perl -Mutf8 -le 'print join " ", unpack("U0(H2)*", pack("U", ord "Ё"))'

No comments:

Post a Comment