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&]½%+3h_Mfc@lz 
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+005F U+004D U+0066 U+0063 U+0040 U+006C U+007A U+0020 U+0020 U+0016
UTF-8 01001111 00100110 01011101 11000010 10111101 00100101 00101011 00110011 01101000 01011111 01001101 01100110 01100011 01000000 01101100 01111010 00100000 00100000 00010110
HTML O&]½%+3h_Mfc@lz  
Unicode
code point
character UTF-8
(bin.)
append character
to accumulator
numerical HTML encoding
of the Unicode character
name Unicode 1.0 character names (deprecated)
U+0000 00000000append <control> NULL
U+0001 00000001append <control> START OF HEADING
U+0002 00000010append <control> START OF TEXT
U+0003 00000011append <control> END OF TEXT
U+0004 00000100append <control> END OF TRANSMISSION
U+0005 00000101append <control> ENQUIRY
U+0006 00000110append <control> ACKNOWLEDGE
U+0007 00000111append <control> BELL
U+0008 00001000append <control> BACKSPACE
U+0009 00001001append <control> CHARACTER TABULATION
U+000A 00001010append <control> LINE FEED (LF)
U+000B 00001011append <control> LINE TABULATION
U+000C 00001100append <control> FORM FEED (FF)
U+000D 00001101append <control> CARRIAGE RETURN (CR)
U+000E 00001110append <control> SHIFT OUT
U+000F 00001111append <control> SHIFT IN
U+0010 00010000append <control> DATA LINK ESCAPE
U+0011 00010001append <control> DEVICE CONTROL ONE
U+0012 00010010append <control> DEVICE CONTROL TWO
U+0013 00010011append <control> DEVICE CONTROL THREE
U+0014 00010100append <control> DEVICE CONTROL FOUR
U+0015 00010101append <control> NEGATIVE ACKNOWLEDGE
U+0016 00010110append <control> SYNCHRONOUS IDLE
U+0017 00010111append <control> END OF TRANSMISSION BLOCK
U+0018 00011000append <control> CANCEL
U+0019 00011001append <control> END OF MEDIUM
U+001A 00011010append <control> SUBSTITUTE
U+001B 00011011append <control> ESCAPE
U+001C 00011100append <control> INFORMATION SEPARATOR FOUR
U+001D 00011101append <control> INFORMATION SEPARATOR THREE
U+001E 00011110append <control> INFORMATION SEPARATOR TWO
U+001F 00011111append <control> INFORMATION SEPARATOR ONE
U+0020 00100000append&#x20; SPACE
U+0021!00100001append&#x21;! EXCLAMATION MARK
U+0022"00100010append&#x22;" QUOTATION MARK
U+0023#00100011append&#x23;# NUMBER SIGN
U+0024$00100100append&#x24;$ DOLLAR SIGN
U+0025%00100101append&#x25;% PERCENT SIGN
U+0026&00100110append&#x26;& AMPERSAND
U+0027'00100111append&#x27;' APOSTROPHE APOSTROPHE-QUOTE
U+0028(00101000append&#x28;( LEFT PARENTHESIS OPENING PARENTHESIS
U+0029)00101001append&#x29;) RIGHT PARENTHESIS CLOSING PARENTHESIS
U+002A*00101010append&#x2A;* ASTERISK
U+002B+00101011append&#x2B;+ PLUS SIGN
U+002C,00101100append&#x2C;, COMMA
U+002D-00101101append&#x2D;- HYPHEN-MINUS
U+002E.00101110append&#x2E;. FULL STOP PERIOD
U+002F/00101111append&#x2F;/ SOLIDUS SLASH
U+0030000110000append&#x30;0 DIGIT ZERO
U+0031100110001append&#x31;1 DIGIT ONE
U+0032200110010append&#x32;2 DIGIT TWO
U+0033300110011append&#x33;3 DIGIT THREE
U+0034400110100append&#x34;4 DIGIT FOUR
U+0035500110101append&#x35;5 DIGIT FIVE
U+0036600110110append&#x36;6 DIGIT SIX
U+0037700110111append&#x37;7 DIGIT SEVEN
U+0038800111000append&#x38;8 DIGIT EIGHT
U+0039900111001append&#x39;9 DIGIT NINE
U+003A:00111010append&#x3A;: COLON
U+003B;00111011append&#x3B;; SEMICOLON
U+003C<00111100append&#x3C;< LESS-THAN SIGN
U+003D=00111101append&#x3D;= EQUALS SIGN
U+003E>00111110append&#x3E;> GREATER-THAN SIGN
U+003F?00111111append&#x3F;? QUESTION MARK
U+0040@01000000append&#x40;@ COMMERCIAL AT
U+0041A01000001append&#x41;A LATIN CAPITAL LETTER A
U+0042B01000010append&#x42;B LATIN CAPITAL LETTER B
U+0043C01000011append&#x43;C LATIN CAPITAL LETTER C
U+0044D01000100append&#x44;D LATIN CAPITAL LETTER D
U+0045E01000101append&#x45;E LATIN CAPITAL LETTER E
U+0046F01000110append&#x46;F LATIN CAPITAL LETTER F
U+0047G01000111append&#x47;G LATIN CAPITAL LETTER G
U+0048H01001000append&#x48;H LATIN CAPITAL LETTER H
U+0049I01001001append&#x49;I LATIN CAPITAL LETTER I
U+004AJ01001010append&#x4A;J LATIN CAPITAL LETTER J
U+004BK01001011append&#x4B;K LATIN CAPITAL LETTER K
U+004CL01001100append&#x4C;L LATIN CAPITAL LETTER L
U+004DM01001101append&#x4D;M LATIN CAPITAL LETTER M
U+004EN01001110append&#x4E;N LATIN CAPITAL LETTER N
U+004FO01001111append&#x4F;O LATIN CAPITAL LETTER O
U+0050P01010000append&#x50;P LATIN CAPITAL LETTER P
U+0051Q01010001append&#x51;Q LATIN CAPITAL LETTER Q
U+0052R01010010append&#x52;R LATIN CAPITAL LETTER R
U+0053S01010011append&#x53;S LATIN CAPITAL LETTER S
U+0054T01010100append&#x54;T LATIN CAPITAL LETTER T
U+0055U01010101append&#x55;U LATIN CAPITAL LETTER U
U+0056V01010110append&#x56;V LATIN CAPITAL LETTER V
U+0057W01010111append&#x57;W LATIN CAPITAL LETTER W
U+0058X01011000append&#x58;X LATIN CAPITAL LETTER X
U+0059Y01011001append&#x59;Y LATIN CAPITAL LETTER Y
U+005AZ01011010append&#x5A;Z LATIN CAPITAL LETTER Z
U+005B[01011011append&#x5B;[ LEFT SQUARE BRACKET OPENING SQUARE BRACKET
U+005C\01011100append&#x5C;\ REVERSE SOLIDUS BACKSLASH
U+005D]01011101append&#x5D;] RIGHT SQUARE BRACKET CLOSING SQUARE BRACKET
U+005E^01011110append&#x5E;^ CIRCUMFLEX ACCENT SPACING CIRCUMFLEX
U+005F_01011111append&#x5F;_ LOW LINE SPACING UNDERSCORE
U+0060`01100000append&#x60;` GRAVE ACCENT SPACING GRAVE
U+0061a01100001append&#x61;a LATIN SMALL LETTER A
U+0062b01100010append&#x62;b LATIN SMALL LETTER B
U+0063c01100011append&#x63;c LATIN SMALL LETTER C
U+0064d01100100append&#x64;d LATIN SMALL LETTER D
U+0065e01100101append&#x65;e LATIN SMALL LETTER E
U+0066f01100110append&#x66;f LATIN SMALL LETTER F
U+0067g01100111append&#x67;g LATIN SMALL LETTER G
U+0068h01101000append&#x68;h LATIN SMALL LETTER H
U+0069i01101001append&#x69;i LATIN SMALL LETTER I
U+006Aj01101010append&#x6A;j LATIN SMALL LETTER J
U+006Bk01101011append&#x6B;k LATIN SMALL LETTER K
U+006Cl01101100append&#x6C;l LATIN SMALL LETTER L
U+006Dm01101101append&#x6D;m LATIN SMALL LETTER M
U+006En01101110append&#x6E;n LATIN SMALL LETTER N
U+006Fo01101111append&#x6F;o LATIN SMALL LETTER O
U+0070p01110000append&#x70;p LATIN SMALL LETTER P
U+0071q01110001append&#x71;q LATIN SMALL LETTER Q
U+0072r01110010append&#x72;r LATIN SMALL LETTER R
U+0073s01110011append&#x73;s LATIN SMALL LETTER S
U+0074t01110100append&#x74;t LATIN SMALL LETTER T
U+0075u01110101append&#x75;u LATIN SMALL LETTER U
U+0076v01110110append&#x76;v LATIN SMALL LETTER V
U+0077w01110111append&#x77;w LATIN SMALL LETTER W
U+0078x01111000append&#x78;x LATIN SMALL LETTER X
U+0079y01111001append&#x79;y LATIN SMALL LETTER Y
U+007Az01111010append&#x7A;z LATIN SMALL LETTER Z
U+007B{01111011append&#x7B;{ LEFT CURLY BRACKET OPENING CURLY BRACKET
U+007C|01111100append&#x7C;| VERTICAL LINE VERTICAL BAR
U+007D}01111101append&#x7D;} RIGHT CURLY BRACKET CLOSING CURLY BRACKET
U+007E~01111110append&#x7E;~ TILDE
U+007F 01111111append <control> DELETE