Character Code Lookup
Translating Characters to and from Unicode encoding
Contents
This page requires javascript enabled to use the lookup tools. If you are unable to enable javascript, you might wish to try this:
print chr(65)
to look up the character represented by the unicode code '65', and:
print ord("A")
to look up the unicode code represented by the letter 'A'. Both work in either Python or Perl.
Character To Code
Top BottomThe Unicode codeset ranges from 0 to 1,114,111. The first 256 characters correspond to ISO-Latin-1 codeset. The first 128 characters match the ASCII character set.
Enter some text below and use the selection list to choose the translation type.
Code To Character
Top BottomEnter a number below between 1 and 1,114,111 to find its character value:
