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 Ɖȃ±̽άzρmcX_Z
simple
editing functions
append space · delete last character · clear accumulator
Unicode U+0000 U+0000 U+0020 U+0189 U+0203 U+00B1 U+033D U+03AC U+007A U+010E U+0006 U+0081 U+006D U+0063 U+0058 U+005F U+005A U+0001
UTF-8 00 32 198 137 200 131 194 177 204 189 206 172 122 196 142 6 194 129 109 99 88 95 90 1
HTML �� Ɖȃ±̽άzρmcX_Z
Unicode
code point
character UTF-8
(dec.)
append character
to accumulator
HTML 4.0 character entities numerical HTML encoding
of the Unicode character
name
U+0000 0append  <control>
U+0001 1append  <control>
U+0002 2append  <control>
U+0003 3append  <control>
U+0004 4append  <control>
U+0005 5append  <control>
U+0006 6append  <control>
U+0007 7append  <control>
U+0008 8append  <control>
U+0009 9append  <control>
U+000A 10append  <control>
U+000B 11append  <control>
U+000C 12append  <control>
U+000D 13append  <control>
U+000E 14append  <control>
U+000F 15append  <control>
U+0010 16append  <control>
U+0011 17append  <control>
U+0012 18append  <control>
U+0013 19append  <control>
U+0014 20append  <control>
U+0015 21append  <control>
U+0016 22append  <control>
U+0017 23append  <control>
U+0018 24append  <control>
U+0019 25append  <control>
U+001A 26append  <control>
U+001B 27append  <control>
U+001C 28append  <control>
U+001D 29append  <control>
U+001E 30append  <control>
U+001F 31append  <control>
U+0020 32append &#x20; SPACE
U+0021!33append &#x21;! EXCLAMATION MARK
U+0022"34append&quot;" &#x22;" QUOTATION MARK
U+0023#35append &#x23;# NUMBER SIGN
U+0024$36append &#x24;$ DOLLAR SIGN
U+0025%37append &#x25;% PERCENT SIGN
U+0026&38append&amp;& &#x26;& AMPERSAND
U+0027'39append &#x27;' APOSTROPHE
U+0028(40append &#x28;( LEFT PARENTHESIS
U+0029)41append &#x29;) RIGHT PARENTHESIS
U+002A*42append &#x2A;* ASTERISK
U+002B+43append &#x2B;+ PLUS SIGN
U+002C,44append &#x2C;, COMMA
U+002D-45append &#x2D;- HYPHEN-MINUS
U+002E.46append &#x2E;. FULL STOP
U+002F/47append &#x2F;/ SOLIDUS
U+0030048append &#x30;0 DIGIT ZERO
U+0031149append &#x31;1 DIGIT ONE
U+0032250append &#x32;2 DIGIT TWO
U+0033351append &#x33;3 DIGIT THREE
U+0034452append &#x34;4 DIGIT FOUR
U+0035553append &#x35;5 DIGIT FIVE
U+0036654append &#x36;6 DIGIT SIX
U+0037755append &#x37;7 DIGIT SEVEN
U+0038856append &#x38;8 DIGIT EIGHT
U+0039957append &#x39;9 DIGIT NINE
U+003A:58append &#x3A;: COLON
U+003B;59append &#x3B;; SEMICOLON
U+003C<60append&lt;< &#x3C;< LESS-THAN SIGN
U+003D=61append &#x3D;= EQUALS SIGN
U+003E>62append&gt;> &#x3E;> GREATER-THAN SIGN
U+003F?63append &#x3F;? QUESTION MARK
U+0040@64append &#x40;@ COMMERCIAL AT
U+0041A65append &#x41;A LATIN CAPITAL LETTER A
U+0042B66append &#x42;B LATIN CAPITAL LETTER B
U+0043C67append &#x43;C LATIN CAPITAL LETTER C
U+0044D68append &#x44;D LATIN CAPITAL LETTER D
U+0045E69append &#x45;E LATIN CAPITAL LETTER E
U+0046F70append &#x46;F LATIN CAPITAL LETTER F
U+0047G71append &#x47;G LATIN CAPITAL LETTER G
U+0048H72append &#x48;H LATIN CAPITAL LETTER H
U+0049I73append &#x49;I LATIN CAPITAL LETTER I
U+004AJ74append &#x4A;J LATIN CAPITAL LETTER J
U+004BK75append &#x4B;K LATIN CAPITAL LETTER K
U+004CL76append &#x4C;L LATIN CAPITAL LETTER L
U+004DM77append &#x4D;M LATIN CAPITAL LETTER M
U+004EN78append &#x4E;N LATIN CAPITAL LETTER N
U+004FO79append &#x4F;O LATIN CAPITAL LETTER O
U+0050P80append &#x50;P LATIN CAPITAL LETTER P
U+0051Q81append &#x51;Q LATIN CAPITAL LETTER Q
U+0052R82append &#x52;R LATIN CAPITAL LETTER R
U+0053S83append &#x53;S LATIN CAPITAL LETTER S
U+0054T84append &#x54;T LATIN CAPITAL LETTER T
U+0055U85append &#x55;U LATIN CAPITAL LETTER U
U+0056V86append &#x56;V LATIN CAPITAL LETTER V
U+0057W87append &#x57;W LATIN CAPITAL LETTER W
U+0058X88append &#x58;X LATIN CAPITAL LETTER X
U+0059Y89append &#x59;Y LATIN CAPITAL LETTER Y
U+005AZ90append &#x5A;Z LATIN CAPITAL LETTER Z
U+005B[91append &#x5B;[ LEFT SQUARE BRACKET
U+005C\92append &#x5C;\ REVERSE SOLIDUS
U+005D]93append &#x5D;] RIGHT SQUARE BRACKET
U+005E^94append &#x5E;^ CIRCUMFLEX ACCENT
U+005F_95append &#x5F;_ LOW LINE
U+0060`96append &#x60;` GRAVE ACCENT
U+0061a97append &#x61;a LATIN SMALL LETTER A
U+0062b98append &#x62;b LATIN SMALL LETTER B
U+0063c99append &#x63;c LATIN SMALL LETTER C
U+0064d100append &#x64;d LATIN SMALL LETTER D
U+0065e101append &#x65;e LATIN SMALL LETTER E
U+0066f102append &#x66;f LATIN SMALL LETTER F
U+0067g103append &#x67;g LATIN SMALL LETTER G
U+0068h104append &#x68;h LATIN SMALL LETTER H
U+0069i105append &#x69;i LATIN SMALL LETTER I
U+006Aj106append &#x6A;j LATIN SMALL LETTER J
U+006Bk107append &#x6B;k LATIN SMALL LETTER K
U+006Cl108append &#x6C;l LATIN SMALL LETTER L
U+006Dm109append &#x6D;m LATIN SMALL LETTER M
U+006En110append &#x6E;n LATIN SMALL LETTER N
U+006Fo111append &#x6F;o LATIN SMALL LETTER O
U+0070p112append &#x70;p LATIN SMALL LETTER P
U+0071q113append &#x71;q LATIN SMALL LETTER Q
U+0072r114append &#x72;r LATIN SMALL LETTER R
U+0073s115append &#x73;s LATIN SMALL LETTER S
U+0074t116append &#x74;t LATIN SMALL LETTER T
U+0075u117append &#x75;u LATIN SMALL LETTER U
U+0076v118append &#x76;v LATIN SMALL LETTER V
U+0077w119append &#x77;w LATIN SMALL LETTER W
U+0078x120append &#x78;x LATIN SMALL LETTER X
U+0079y121append &#x79;y LATIN SMALL LETTER Y
U+007Az122append &#x7A;z LATIN SMALL LETTER Z
U+007B{123append &#x7B;{ LEFT CURLY BRACKET
U+007C|124append &#x7C;| VERTICAL LINE
U+007D}125append &#x7D;} RIGHT CURLY BRACKET
U+007E~126append &#x7E;~ TILDE
U+007F 127append  <control>