UTF-8 encoding table and Unicode characters

page with code points U+0000 to U+007F

We need your support - If you like us - feel free to share.

help/imprint (Data Protection)

page format standard · w/o parameter choice · print view
language German · English
code positions per page 128 · 256 · 512 · 1024
display format for
UTF-8 encoding
hex. · decimal · hex. (0x) · octal · binary · for Perl string literals · One Latin-1 char per byte · no display
Unicode character names not displayed · displayed · also display deprecated Unicode 1.0 names
links for adding char to text displayed · not displayed
numerical HTML encoding
of the Unicode character
not displayed · decimal · hexadecimal
HTML 4.0 character entities displayed · not displayed
text accumulator (characters are added by clicking on the respective "append" link)
display O&]½%+3hX/
simple
editing functions
append space · delete last character · clear accumulator
Unicode U+004F U+0026 U+005D U+00BD U+0025 U+002B U+0033 U+0068 U+0058 U+001E U+0001 U+000E U+002F
UTF-8 4f 26 5d c2 bd 25 2b 33 68 58 1e 01 0e 2f
HTML O&]½%+3hX/
Unicode
code point
character UTF-8
(hex.)
append character
to accumulator
HTML 4.0 character entities numerical HTML encoding
of the Unicode character
name
U+0000 00append  <control>
U+0001 01append  <control>
U+0002 02append  <control>
U+0003 03append  <control>
U+0004 04append  <control>
U+0005 05append  <control>
U+0006 06append  <control>
U+0007 07append  <control>
U+0008 08append  <control>
U+0009 09append  <control>
U+000A 0aappend  <control>
U+000B 0bappend  <control>
U+000C 0cappend  <control>
U+000D 0dappend  <control>
U+000E 0eappend  <control>
U+000F 0fappend  <control>
U+0010 10append  <control>
U+0011 11append  <control>
U+0012 12append  <control>
U+0013 13append  <control>
U+0014 14append  <control>
U+0015 15append  <control>
U+0016 16append  <control>
U+0017 17append  <control>
U+0018 18append  <control>
U+0019 19append  <control>
U+001A 1aappend  <control>
U+001B 1bappend  <control>
U+001C 1cappend  <control>
U+001D 1dappend  <control>
U+001E 1eappend  <control>
U+001F 1fappend  <control>
U+0020 20append &#32; SPACE
U+0021!21append &#33;! EXCLAMATION MARK
U+0022"22append&quot;" &#34;" QUOTATION MARK
U+0023#23append &#35;# NUMBER SIGN
U+0024$24append &#36;$ DOLLAR SIGN
U+0025%25append &#37;% PERCENT SIGN
U+0026&26append&amp;& &#38;& AMPERSAND
U+0027'27append &#39;' APOSTROPHE
U+0028(28append &#40;( LEFT PARENTHESIS
U+0029)29append &#41;) RIGHT PARENTHESIS
U+002A*2aappend &#42;* ASTERISK
U+002B+2bappend &#43;+ PLUS SIGN
U+002C,2cappend &#44;, COMMA
U+002D-2dappend &#45;- HYPHEN-MINUS
U+002E.2eappend &#46;. FULL STOP
U+002F/2fappend &#47;/ SOLIDUS
U+0030030append &#48;0 DIGIT ZERO
U+0031131append &#49;1 DIGIT ONE
U+0032232append &#50;2 DIGIT TWO
U+0033333append &#51;3 DIGIT THREE
U+0034434append &#52;4 DIGIT FOUR
U+0035535append &#53;5 DIGIT FIVE
U+0036636append &#54;6 DIGIT SIX
U+0037737append &#55;7 DIGIT SEVEN
U+0038838append &#56;8 DIGIT EIGHT
U+0039939append &#57;9 DIGIT NINE
U+003A:3aappend &#58;: COLON
U+003B;3bappend &#59;; SEMICOLON
U+003C<3cappend&lt;< &#60;< LESS-THAN SIGN
U+003D=3dappend &#61;= EQUALS SIGN
U+003E>3eappend&gt;> &#62;> GREATER-THAN SIGN
U+003F?3fappend &#63;? QUESTION MARK
U+0040@40append &#64;@ COMMERCIAL AT
U+0041A41append &#65;A LATIN CAPITAL LETTER A
U+0042B42append &#66;B LATIN CAPITAL LETTER B
U+0043C43append &#67;C LATIN CAPITAL LETTER C
U+0044D44append &#68;D LATIN CAPITAL LETTER D
U+0045E45append &#69;E LATIN CAPITAL LETTER E
U+0046F46append &#70;F LATIN CAPITAL LETTER F
U+0047G47append &#71;G LATIN CAPITAL LETTER G
U+0048H48append &#72;H LATIN CAPITAL LETTER H
U+0049I49append &#73;I LATIN CAPITAL LETTER I
U+004AJ4aappend &#74;J LATIN CAPITAL LETTER J
U+004BK4bappend &#75;K LATIN CAPITAL LETTER K
U+004CL4cappend &#76;L LATIN CAPITAL LETTER L
U+004DM4dappend &#77;M LATIN CAPITAL LETTER M
U+004EN4eappend &#78;N LATIN CAPITAL LETTER N
U+004FO4fappend &#79;O LATIN CAPITAL LETTER O
U+0050P50append &#80;P LATIN CAPITAL LETTER P
U+0051Q51append &#81;Q LATIN CAPITAL LETTER Q
U+0052R52append &#82;R LATIN CAPITAL LETTER R
U+0053S53append &#83;S LATIN CAPITAL LETTER S
U+0054T54append &#84;T LATIN CAPITAL LETTER T
U+0055U55append &#85;U LATIN CAPITAL LETTER U
U+0056V56append &#86;V LATIN CAPITAL LETTER V
U+0057W57append &#87;W LATIN CAPITAL LETTER W
U+0058X58append &#88;X LATIN CAPITAL LETTER X
U+0059Y59append &#89;Y LATIN CAPITAL LETTER Y
U+005AZ5aappend &#90;Z LATIN CAPITAL LETTER Z
U+005B[5bappend &#91;[ LEFT SQUARE BRACKET
U+005C\5cappend &#92;\ REVERSE SOLIDUS
U+005D]5dappend &#93;] RIGHT SQUARE BRACKET
U+005E^5eappend &#94;^ CIRCUMFLEX ACCENT
U+005F_5fappend &#95;_ LOW LINE
U+0060`60append &#96;` GRAVE ACCENT
U+0061a61append &#97;a LATIN SMALL LETTER A
U+0062b62append &#98;b LATIN SMALL LETTER B
U+0063c63append &#99;c LATIN SMALL LETTER C
U+0064d64append &#100;d LATIN SMALL LETTER D
U+0065e65append &#101;e LATIN SMALL LETTER E
U+0066f66append &#102;f LATIN SMALL LETTER F
U+0067g67append &#103;g LATIN SMALL LETTER G
U+0068h68append &#104;h LATIN SMALL LETTER H
U+0069i69append &#105;i LATIN SMALL LETTER I
U+006Aj6aappend &#106;j LATIN SMALL LETTER J
U+006Bk6bappend &#107;k LATIN SMALL LETTER K
U+006Cl6cappend &#108;l LATIN SMALL LETTER L
U+006Dm6dappend &#109;m LATIN SMALL LETTER M
U+006En6eappend &#110;n LATIN SMALL LETTER N
U+006Fo6fappend &#111;o LATIN SMALL LETTER O
U+0070p70append &#112;p LATIN SMALL LETTER P
U+0071q71append &#113;q LATIN SMALL LETTER Q
U+0072r72append &#114;r LATIN SMALL LETTER R
U+0073s73append &#115;s LATIN SMALL LETTER S
U+0074t74append &#116;t LATIN SMALL LETTER T
U+0075u75append &#117;u LATIN SMALL LETTER U
U+0076v76append &#118;v LATIN SMALL LETTER V
U+0077w77append &#119;w LATIN SMALL LETTER W
U+0078x78append &#120;x LATIN SMALL LETTER X
U+0079y79append &#121;y LATIN SMALL LETTER Y
U+007Az7aappend &#122;z LATIN SMALL LETTER Z
U+007B{7bappend &#123;{ LEFT CURLY BRACKET
U+007C|7cappend &#124;| VERTICAL LINE
U+007D}7dappend &#125;} RIGHT CURLY BRACKET
U+007E~7eappend &#126;~ TILDE
U+007F 7fappend  <control>