{"id":30074,"date":"2024-11-12T12:39:34","date_gmt":"2024-11-12T12:39:34","guid":{"rendered":"https:\/\/www.seobility.net\/en\/blog\/wiki\/ascii\/"},"modified":"2025-02-26T12:07:28","modified_gmt":"2025-02-26T12:07:28","slug":"ASCII","status":"publish","type":"wiki","link":"https:\/\/www.seobility.net\/en\/wiki\/ASCII","title":{"rendered":"ASCII"},"content":{"rendered":"<h2><span class=\"mw-headline\" id=\"Definition\">Definition<\/span><\/h2>\n<div class=\"thumb tright\">\n<div class=\"thumbinner\" style=\"width:452px;\"><a href=\"https:\/\/www.seobility.net\/en\/wiki\/images\/f\/f8\/ASCII.png\"><img decoding=\"async\" alt=\"ASCII\" src=\"\/en\/wiki\/images\/thumb\/f\/f8\/ASCII.png\/450px-ASCII.png\" width=\"450\" height=\"340\" class=\"thumbimage\" srcset=\"\/en\/wiki\/images\/thumb\/f\/f8\/ASCII.png\/675px-ASCII.png 1.5x, \/en\/wiki\/images\/f\/f8\/ASCII.png 2x\" \/><\/a>  <\/p>\n<div class=\"thumbcaption\"><b>Figure:<\/b> ASCII &#8211; Author: Seobility &#8211; License: <a href=\"\/en\/wiki\/creative-commons-license-by-sa-4-0\" title=\"Creative Commons License BY-SA 4.0\">CC BY-SA 4.0<\/a><\/div>\n<\/div>\n<\/div>\n<p>The term ASCII stands for &#8220;American Standard Code for Information Interchange&#8221; and describes a character set standard for text data and information exchange. <a href=\"\/en\/wiki\/Character_Encoding\" title=\"Character Encoding\">Character encodings<\/a> (also called code pages) define how letters and other text characters, as well as control codes for data transfer, are to be encoded in bits and bytes.\n<\/p>\n<p>The ASCII-code is one of the most important character set standards along with <a href=\"\/en\/wiki\/Unicode\" title=\"Unicode\">Unicode<\/a>, ISO-8859-1 and Windows 1252. The code was the dominant standard for web pages for a long time until it was overtaken by the Unicode encoding UTF-8 in 2007. Nevertheless, it is still relevant today, as there are still areas where only characters contained in the ASCII code are allowed.\n<\/p>\n<h2><span class=\"mw-headline\" id=\"History\">History<\/span><\/h2>\n<p>ASCII code has a long history. This history began with telegraphy and Morse code as well as the 5-bit Murray code developed by the New Zealand inventor Donald Murray between 1901 and 1932. The first version of the ASCII code was released in 1963 by ASA, the American Standards Association. ASA was a precursor of the American National Standards Institute (ANSI). In 1968, the version of the character set that is still valid today was published.\n<\/p>\n<h2><span class=\"mw-headline\" id=\"The_7-bit_ASCII_character_set\">The 7-bit ASCII character set<\/span><\/h2>\n<p>Because of its history, the original ASCII code uses only seven bits of a common 8-bit byte and can encode a maximum of 128 different characters. The code contains upper and lower case letters of the English alphabet, the most important punctuation marks, mathematical symbols, and 33 control codes for data transfer and text formatting.\n<\/p>\n<p>The following character groups are included:\n<\/p>\n<ul>\n<li> 0-32 and 127: control codes for data transfer as well as spaces, tabs, and line breaks<\/li>\n<li> 48-57: digits<\/li>\n<li> 65-90: capital letters<\/li>\n<li> 97-122: lower case letters<\/li>\n<li> 33- 7, 58-64, 91-96 and 123-126: punctuation marks, mathematical symbols, brackets, and other characters<\/li>\n<\/ul>\n<p>Country-specific special characters such as umlauts and accents are not included in ASCII code.\n<\/p>\n<p>Although the arrangement may seem chaotic and arbitrary, it results from thorough planning and consideration. The letters are positioned in such a way that upper and lower case versions of a letter only differ by a single bit. Numbers, spaces, and some other symbols are deliberately placed in front of the letters to simplify sorting. In addition, many non-alphanumeric symbols are located on positions similar to typewriter arrangements.\n<\/p>\n<h2><span class=\"mw-headline\" id=\"Extended_character_sets:_ISO-8859\">Extended character sets: ISO-8859<\/span><\/h2>\n<p>Since the actual ASCII code only contains the English alphabet, many region-specific extensions have been developed. In this context, the character sets Windows-1252 and ISO-8859-1 have gained particular importance. Both are 8-bit extensions of the original standard and contain many special regional characters. Due to historical developments, both standards are often referred to as ANSI character sets. Strictly speaking, however, this is not correct because ANSI has never officially standardized these character sets.\n<\/p>\n<p>However, even with 8 bits, only 256 characters are available and therefore not all languages can be covered. Therefore, ISO-8859 has been developed as a collection of different character sets for different languages and regions. For example, ISO-8859-7 contains Latin and Greek alphabets, while ISO-8859-4 covers the special characters of Scandinavian and Baltic languages. ISO-8859-1 contains Western European alphabets and is almost identical to Windows 1252.\n<\/p>\n<p>For both Windows 1252 and ISO 8859-1, the first 128 characters are identical to ASCII code. From position 128, code-specific special characters follow, whereby the numbers 128 to 159 are undefined in the ISO-8859 standard. Starting with number 160, the special characters of the different languages and regions are contained.\n<\/p>\n<h2><span class=\"mw-headline\" id=\"ASCII.2C_Unicode.2C_and_UTF-8\">ASCII, Unicode, and UTF-8<\/span><\/h2>\n<p>Although the ISO-8859 standards cover many languages, not all languages are included. In addition, the different character sets caused a considerable amount of confusion because they are not compatible with each other. As early as 1988, the first plans for a uniform Unicode character set were drawn up, the first version of which was released in 1991.\n<\/p>\n<p>Unicode enables the display of over a million characters and gradually replaces all other character sets. The Unicode encoding UTF-8, which now is the predominant text format on the World Wide Web, is particularly important. UTF-8 has the big advantage that it is ASCII compatible since the first 128 characters are identical.\n<\/p>\n<h2><span class=\"mw-headline\" id=\"Structure_of_ASCII_and_ISO_tables\">Structure of ASCII and ISO tables<\/span><\/h2>\n<p>Usually, lists or tables are used to display the character sets in order to make the characters and their numerical values easy to find. These lists specify the characters and their decimal, hexadecimal, octal, and\/or binary values.\n<\/p>\n<p>Many tables are hexadecimal and separate the codes into the first and second half bytes. For example, the large H in the ASCII table is found in the 4th row of the 8th column, resulting in the hexadecimal notation 0x48. The carriage return CR has the code 0x0D because it is in line 0 and column D. 0x is a common prefix to refer to the hexadecimal notation.\n<\/p>\n<h2><span class=\"mw-headline\" id=\"ASCII_Table\">ASCII Table<\/span><\/h2>\n<p>In the following, you can see the ASCII table with codes in decimal, hexadecimal and octal notation:\n<\/p>\n<table>\n<tr valign=\"top\">\n<td>\n<table class=\"wikitable\" style=\"text-align:center; margin-right:1em\">\n<tr>\n<th> char. <\/th>\n<th> decimal <\/th>\n<th> hexadec. <\/th>\n<th> octal\n<\/th>\n<\/tr>\n<tr>\n<td> NUL <\/td>\n<td> 0  <\/td>\n<td> 0x00 <\/td>\n<td> 000\n<\/td>\n<\/tr>\n<tr>\n<td> SOH <\/td>\n<td> 1  <\/td>\n<td> 0x01 <\/td>\n<td> 001\n<\/td>\n<\/tr>\n<tr>\n<td> STX <\/td>\n<td> 2  <\/td>\n<td> 0x02 <\/td>\n<td> 002\n<\/td>\n<\/tr>\n<tr>\n<td> ETX <\/td>\n<td> 3  <\/td>\n<td> 0x03 <\/td>\n<td> 003\n<\/td>\n<\/tr>\n<tr>\n<td> EOT <\/td>\n<td> 4  <\/td>\n<td> 0x04 <\/td>\n<td> 004\n<\/td>\n<\/tr>\n<tr>\n<td> ENQ <\/td>\n<td> 5  <\/td>\n<td> 0x05 <\/td>\n<td> 005\n<\/td>\n<\/tr>\n<tr>\n<td> ACK <\/td>\n<td> 6  <\/td>\n<td> 0x06 <\/td>\n<td> 006\n<\/td>\n<\/tr>\n<tr>\n<td> BEL <\/td>\n<td> 7  <\/td>\n<td> 0x07 <\/td>\n<td> 007\n<\/td>\n<\/tr>\n<tr>\n<td> BS  <\/td>\n<td> 8  <\/td>\n<td> 0x08 <\/td>\n<td> 010\n<\/td>\n<\/tr>\n<tr>\n<td> HT  <\/td>\n<td> 9  <\/td>\n<td> 0x09 <\/td>\n<td> 011\n<\/td>\n<\/tr>\n<tr>\n<td> LF  <\/td>\n<td> 10 <\/td>\n<td> 0x0A <\/td>\n<td> 012\n<\/td>\n<\/tr>\n<tr>\n<td> VT  <\/td>\n<td> 11 <\/td>\n<td> 0x0B <\/td>\n<td> 013\n<\/td>\n<\/tr>\n<tr>\n<td> FF  <\/td>\n<td> 12 <\/td>\n<td> 0x0C <\/td>\n<td> 014\n<\/td>\n<\/tr>\n<tr>\n<td> CR  <\/td>\n<td> 13 <\/td>\n<td> 0x0D <\/td>\n<td> 015\n<\/td>\n<\/tr>\n<tr>\n<td> SO  <\/td>\n<td> 14 <\/td>\n<td> 0x0E <\/td>\n<td> 016\n<\/td>\n<\/tr>\n<tr>\n<td> SI  <\/td>\n<td> 15 <\/td>\n<td> 0x0F <\/td>\n<td> 017\n<\/td>\n<\/tr>\n<tr>\n<td> DLE <\/td>\n<td> 16 <\/td>\n<td> 0x10 <\/td>\n<td> 020\n<\/td>\n<\/tr>\n<tr>\n<td> DC1 <\/td>\n<td> 17 <\/td>\n<td> 0x11 <\/td>\n<td> 021\n<\/td>\n<\/tr>\n<tr>\n<td> DC2 <\/td>\n<td> 18 <\/td>\n<td> 0x12 <\/td>\n<td> 022\n<\/td>\n<\/tr>\n<tr>\n<td> DC3 <\/td>\n<td> 19 <\/td>\n<td> 0x13 <\/td>\n<td> 023\n<\/td>\n<\/tr>\n<tr>\n<td> DC4 <\/td>\n<td> 20 <\/td>\n<td> 0x14 <\/td>\n<td> 024\n<\/td>\n<\/tr>\n<tr>\n<td> NAK <\/td>\n<td> 21 <\/td>\n<td> 0x15 <\/td>\n<td> 025\n<\/td>\n<\/tr>\n<tr>\n<td> SYN <\/td>\n<td> 22 <\/td>\n<td> 0x16 <\/td>\n<td> 026\n<\/td>\n<\/tr>\n<tr>\n<td> ETB <\/td>\n<td> 23 <\/td>\n<td> 0x17 <\/td>\n<td> 027\n<\/td>\n<\/tr>\n<tr>\n<td> CAN <\/td>\n<td> 24 <\/td>\n<td> 0x18 <\/td>\n<td> 030\n<\/td>\n<\/tr>\n<tr>\n<td> EM  <\/td>\n<td> 25 <\/td>\n<td> 0x19 <\/td>\n<td> 031\n<\/td>\n<\/tr>\n<tr>\n<td> SUB <\/td>\n<td> 26 <\/td>\n<td> 0x1A <\/td>\n<td> 032\n<\/td>\n<\/tr>\n<tr>\n<td> ESC <\/td>\n<td> 27 <\/td>\n<td> 0x1B <\/td>\n<td> 033\n<\/td>\n<\/tr>\n<tr>\n<td> FS  <\/td>\n<td> 28 <\/td>\n<td> 0x1C <\/td>\n<td> 034\n<\/td>\n<\/tr>\n<tr>\n<td> GS  <\/td>\n<td> 29 <\/td>\n<td> 0x1D <\/td>\n<td> 035\n<\/td>\n<\/tr>\n<tr>\n<td> RS  <\/td>\n<td> 30 <\/td>\n<td> 0x1E <\/td>\n<td> 036\n<\/td>\n<\/tr>\n<tr>\n<td> US  <\/td>\n<td> 31 <\/td>\n<td> 0x1F <\/td>\n<td> 037\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<td>\n<table class=\"wikitable\" style=\"text-align:center;margin-right:1em\">\n<tr>\n<th> char. <\/th>\n<th> decimal <\/th>\n<th> hexadec. <\/th>\n<th> octal\n<\/th>\n<\/tr>\n<tr>\n<td> SP <\/td>\n<td> 32  <\/td>\n<td> 0x20 <\/td>\n<td> 040\n<\/td>\n<\/tr>\n<tr>\n<td>&#160;! <\/td>\n<td> 33  <\/td>\n<td> 0x21 <\/td>\n<td> 041\n<\/td>\n<\/tr>\n<tr>\n<td> &#8221; <\/td>\n<td> 34  <\/td>\n<td> 0x22 <\/td>\n<td> 042\n<\/td>\n<\/tr>\n<tr>\n<td> # <\/td>\n<td> 35  <\/td>\n<td> 0x23 <\/td>\n<td> 043\n<\/td>\n<\/tr>\n<tr>\n<td> $ <\/td>\n<td> 36  <\/td>\n<td> 0x24 <\/td>\n<td> 044\n<\/td>\n<\/tr>\n<tr>\n<td>&#160;% <\/td>\n<td> 37  <\/td>\n<td> 0x25 <\/td>\n<td> 045\n<\/td>\n<\/tr>\n<tr>\n<td> &amp; <\/td>\n<td> 38  <\/td>\n<td> 0x26 <\/td>\n<td> 046\n<\/td>\n<\/tr>\n<tr>\n<td> &#8216; <\/td>\n<td> 39  <\/td>\n<td> 0x27 <\/td>\n<td> 047\n<\/td>\n<\/tr>\n<tr>\n<td> (  <\/td>\n<td> 40  <\/td>\n<td> 0x28 <\/td>\n<td> 050\n<\/td>\n<\/tr>\n<tr>\n<td> )  <\/td>\n<td> 41  <\/td>\n<td> 0x29 <\/td>\n<td> 051\n<\/td>\n<\/tr>\n<tr>\n<td> *  <\/td>\n<td> 42 <\/td>\n<td> 0x2A <\/td>\n<td> 052\n<\/td>\n<\/tr>\n<tr>\n<td> +  <\/td>\n<td> 43 <\/td>\n<td> 0x2B <\/td>\n<td> 053\n<\/td>\n<\/tr>\n<tr>\n<td> ,  <\/td>\n<td> 44 <\/td>\n<td> 0x2C <\/td>\n<td> 054\n<\/td>\n<\/tr>\n<tr>\n<td> &#8211;  <\/td>\n<td> 45 <\/td>\n<td> 0x2D <\/td>\n<td> 055\n<\/td>\n<\/tr>\n<tr>\n<td> .  <\/td>\n<td> 46 <\/td>\n<td> 0x2E <\/td>\n<td> 056\n<\/td>\n<\/tr>\n<tr>\n<td> \/  <\/td>\n<td> 47 <\/td>\n<td> 0x2F <\/td>\n<td> 057\n<\/td>\n<\/tr>\n<tr>\n<td> 0 <\/td>\n<td> 48 <\/td>\n<td> 0x30 <\/td>\n<td> 060\n<\/td>\n<\/tr>\n<tr>\n<td> 1 <\/td>\n<td> 49 <\/td>\n<td> 0x31 <\/td>\n<td> 061\n<\/td>\n<\/tr>\n<tr>\n<td> 2 <\/td>\n<td> 50 <\/td>\n<td> 0x32 <\/td>\n<td> 062\n<\/td>\n<\/tr>\n<tr>\n<td> 3 <\/td>\n<td> 51 <\/td>\n<td> 0x33 <\/td>\n<td> 063\n<\/td>\n<\/tr>\n<tr>\n<td> 4 <\/td>\n<td> 52 <\/td>\n<td> 0x34 <\/td>\n<td> 064\n<\/td>\n<\/tr>\n<tr>\n<td> 5 <\/td>\n<td> 53 <\/td>\n<td> 0x35 <\/td>\n<td> 065\n<\/td>\n<\/tr>\n<tr>\n<td> 6 <\/td>\n<td> 54 <\/td>\n<td> 0x36 <\/td>\n<td> 066\n<\/td>\n<\/tr>\n<tr>\n<td> 7 <\/td>\n<td> 55 <\/td>\n<td> 0x37 <\/td>\n<td> 067\n<\/td>\n<\/tr>\n<tr>\n<td> 8 <\/td>\n<td> 56 <\/td>\n<td> 0x38 <\/td>\n<td> 070\n<\/td>\n<\/tr>\n<tr>\n<td> 9  <\/td>\n<td> 57 <\/td>\n<td> 0x39 <\/td>\n<td> 071\n<\/td>\n<\/tr>\n<tr>\n<td>&#160;: <\/td>\n<td> 58 <\/td>\n<td> 0x3A <\/td>\n<td> 072\n<\/td>\n<\/tr>\n<tr>\n<td>&#160;; <\/td>\n<td> 59 <\/td>\n<td> 0x3B <\/td>\n<td> 073\n<\/td>\n<\/tr>\n<tr>\n<td> &lt;  <\/td>\n<td> 60 <\/td>\n<td> 0x3C <\/td>\n<td> 074\n<\/td>\n<\/tr>\n<tr>\n<td> =  <\/td>\n<td> 61 <\/td>\n<td> 0x3D <\/td>\n<td> 075\n<\/td>\n<\/tr>\n<tr>\n<td> &gt;  <\/td>\n<td> 62 <\/td>\n<td> 0x3E <\/td>\n<td> 076\n<\/td>\n<\/tr>\n<tr>\n<td>&#160;?  <\/td>\n<td> 63 <\/td>\n<td> 0x3F <\/td>\n<td> 077\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<td>\n<table class=\"wikitable\" style=\"text-align:center\">\n<tr>\n<th> char. <\/th>\n<th> decimal <\/th>\n<th> hexadec. <\/th>\n<th> octal\n<\/th>\n<\/tr>\n<tr>\n<td> @ <\/td>\n<td> 64  <\/td>\n<td> 0x40 <\/td>\n<td> 100\n<\/td>\n<\/tr>\n<tr>\n<td> A <\/td>\n<td> 65  <\/td>\n<td> 0x41 <\/td>\n<td> 101\n<\/td>\n<\/tr>\n<tr>\n<td> B <\/td>\n<td> 66  <\/td>\n<td> 0x42 <\/td>\n<td> 102\n<\/td>\n<\/tr>\n<tr>\n<td> C <\/td>\n<td> 67  <\/td>\n<td> 0x43 <\/td>\n<td> 103\n<\/td>\n<\/tr>\n<tr>\n<td> D <\/td>\n<td> 68  <\/td>\n<td> 0x44 <\/td>\n<td> 104\n<\/td>\n<\/tr>\n<tr>\n<td> E <\/td>\n<td> 69  <\/td>\n<td> 0x45 <\/td>\n<td> 105\n<\/td>\n<\/tr>\n<tr>\n<td> F <\/td>\n<td> 70  <\/td>\n<td> 0x46 <\/td>\n<td> 106\n<\/td>\n<\/tr>\n<tr>\n<td> G <\/td>\n<td> 71  <\/td>\n<td> 0x47 <\/td>\n<td> 107\n<\/td>\n<\/tr>\n<tr>\n<td> H  <\/td>\n<td> 72  <\/td>\n<td> 0x48 <\/td>\n<td> 110\n<\/td>\n<\/tr>\n<tr>\n<td> I  <\/td>\n<td> 73  <\/td>\n<td> 0x49 <\/td>\n<td> 111\n<\/td>\n<\/tr>\n<tr>\n<td> J  <\/td>\n<td> 74 <\/td>\n<td> 0x4A <\/td>\n<td> 112\n<\/td>\n<\/tr>\n<tr>\n<td> K  <\/td>\n<td> 75 <\/td>\n<td> 0x4B <\/td>\n<td> 113\n<\/td>\n<\/tr>\n<tr>\n<td> L  <\/td>\n<td> 76 <\/td>\n<td> 0x4C <\/td>\n<td> 114\n<\/td>\n<\/tr>\n<tr>\n<td> M  <\/td>\n<td> 77 <\/td>\n<td> 0x4D <\/td>\n<td> 115\n<\/td>\n<\/tr>\n<tr>\n<td> N  <\/td>\n<td> 78 <\/td>\n<td> 0x4E <\/td>\n<td> 116\n<\/td>\n<\/tr>\n<tr>\n<td> O  <\/td>\n<td> 79 <\/td>\n<td> 0x4F <\/td>\n<td> 117\n<\/td>\n<\/tr>\n<tr>\n<td> P <\/td>\n<td> 80 <\/td>\n<td> 0x50 <\/td>\n<td> 120\n<\/td>\n<\/tr>\n<tr>\n<td> Q <\/td>\n<td> 81 <\/td>\n<td> 0x51 <\/td>\n<td> 121\n<\/td>\n<\/tr>\n<tr>\n<td> R <\/td>\n<td> 82 <\/td>\n<td> 0x52 <\/td>\n<td> 122\n<\/td>\n<\/tr>\n<tr>\n<td> S <\/td>\n<td> 83 <\/td>\n<td> 0x53 <\/td>\n<td> 123\n<\/td>\n<\/tr>\n<tr>\n<td> T <\/td>\n<td> 84 <\/td>\n<td> 0x54 <\/td>\n<td> 124\n<\/td>\n<\/tr>\n<tr>\n<td> U <\/td>\n<td> 85 <\/td>\n<td> 0x55 <\/td>\n<td> 125\n<\/td>\n<\/tr>\n<tr>\n<td> V <\/td>\n<td> 86 <\/td>\n<td> 0x56 <\/td>\n<td> 126\n<\/td>\n<\/tr>\n<tr>\n<td> W <\/td>\n<td> 87 <\/td>\n<td> 0x57 <\/td>\n<td> 127\n<\/td>\n<\/tr>\n<tr>\n<td> X <\/td>\n<td> 88 <\/td>\n<td> 0x58 <\/td>\n<td> 130\n<\/td>\n<\/tr>\n<tr>\n<td> Y  <\/td>\n<td> 89 <\/td>\n<td> 0x59 <\/td>\n<td> 131\n<\/td>\n<\/tr>\n<tr>\n<td> Z <\/td>\n<td> 90 <\/td>\n<td> 0x5A <\/td>\n<td> 132\n<\/td>\n<\/tr>\n<tr>\n<td> [ <\/td>\n<td> 91 <\/td>\n<td> 0x5B <\/td>\n<td> 133\n<\/td>\n<\/tr>\n<tr>\n<td> \/  <\/td>\n<td> 92 <\/td>\n<td> 0x5C <\/td>\n<td> 134\n<\/td>\n<\/tr>\n<tr>\n<td> ]  <\/td>\n<td> 93 <\/td>\n<td> 0x5D <\/td>\n<td> 135\n<\/td>\n<\/tr>\n<tr>\n<td> ^  <\/td>\n<td> 94 <\/td>\n<td> 0x5E <\/td>\n<td> 136\n<\/td>\n<\/tr>\n<tr>\n<td> _  <\/td>\n<td> 95 <\/td>\n<td> 0x5F <\/td>\n<td> 137\n<\/td>\n<\/tr>\n<\/table>\n<\/td>\n<\/tr>\n<\/table>\n<table class=\"wikitable\" style=\"text-align:center\">\n<tr>\n<th> char. <\/th>\n<th> decimal <\/th>\n<th> hexadec. <\/th>\n<th> octal\n<\/th>\n<\/tr>\n<tr>\n<td> ` <\/td>\n<td> 96  <\/td>\n<td> 0x60 <\/td>\n<td> 140\n<\/td>\n<\/tr>\n<tr>\n<td> a <\/td>\n<td> 97  <\/td>\n<td> 0x61 <\/td>\n<td> 141\n<\/td>\n<\/tr>\n<tr>\n<td> b <\/td>\n<td> 98  <\/td>\n<td> 0x62 <\/td>\n<td> 142\n<\/td>\n<\/tr>\n<tr>\n<td> c <\/td>\n<td> 99  <\/td>\n<td> 0x63 <\/td>\n<td> 143\n<\/td>\n<\/tr>\n<tr>\n<td> d <\/td>\n<td> 100  <\/td>\n<td> 0x64 <\/td>\n<td> 144\n<\/td>\n<\/tr>\n<tr>\n<td> e <\/td>\n<td> 101  <\/td>\n<td> 0x65 <\/td>\n<td> 145\n<\/td>\n<\/tr>\n<tr>\n<td> f <\/td>\n<td> 102  <\/td>\n<td> 0x66 <\/td>\n<td> 146\n<\/td>\n<\/tr>\n<tr>\n<td> g <\/td>\n<td> 103  <\/td>\n<td> 0x67 <\/td>\n<td> 147\n<\/td>\n<\/tr>\n<tr>\n<td> h  <\/td>\n<td> 104  <\/td>\n<td> 0x68 <\/td>\n<td> 150\n<\/td>\n<\/tr>\n<tr>\n<td> i  <\/td>\n<td> 105  <\/td>\n<td> 0x69 <\/td>\n<td> 151\n<\/td>\n<\/tr>\n<tr>\n<td> j  <\/td>\n<td> 106 <\/td>\n<td> 0x6A <\/td>\n<td> 152\n<\/td>\n<\/tr>\n<tr>\n<td> k  <\/td>\n<td> 107 <\/td>\n<td> 0x6B <\/td>\n<td> 153\n<\/td>\n<\/tr>\n<tr>\n<td> l  <\/td>\n<td> 108 <\/td>\n<td> 0x6C <\/td>\n<td> 154\n<\/td>\n<\/tr>\n<tr>\n<td> m  <\/td>\n<td> 109 <\/td>\n<td> 0x6D <\/td>\n<td> 155\n<\/td>\n<\/tr>\n<tr>\n<td> n  <\/td>\n<td> 110 <\/td>\n<td> 0x6E <\/td>\n<td> 156\n<\/td>\n<\/tr>\n<tr>\n<td> o  <\/td>\n<td> 111 <\/td>\n<td> 0x6F <\/td>\n<td> 157\n<\/td>\n<\/tr>\n<tr>\n<td> p <\/td>\n<td> 112 <\/td>\n<td> 0x70 <\/td>\n<td> 160\n<\/td>\n<\/tr>\n<tr>\n<td> q <\/td>\n<td> 113 <\/td>\n<td> 0x71 <\/td>\n<td> 161\n<\/td>\n<\/tr>\n<tr>\n<td> r <\/td>\n<td> 114 <\/td>\n<td> 0x72 <\/td>\n<td> 162\n<\/td>\n<\/tr>\n<tr>\n<td> s <\/td>\n<td> 115 <\/td>\n<td> 0x73 <\/td>\n<td> 163\n<\/td>\n<\/tr>\n<tr>\n<td> t <\/td>\n<td> 116 <\/td>\n<td> 0x74 <\/td>\n<td> 164\n<\/td>\n<\/tr>\n<tr>\n<td> u <\/td>\n<td> 117 <\/td>\n<td> 0x75 <\/td>\n<td> 165\n<\/td>\n<\/tr>\n<tr>\n<td> v <\/td>\n<td> 118 <\/td>\n<td> 0x76 <\/td>\n<td> 166\n<\/td>\n<\/tr>\n<tr>\n<td> w <\/td>\n<td> 119 <\/td>\n<td> 0x77 <\/td>\n<td> 167\n<\/td>\n<\/tr>\n<tr>\n<td> x <\/td>\n<td> 120 <\/td>\n<td> 0x78 <\/td>\n<td> 170\n<\/td>\n<\/tr>\n<tr>\n<td> y  <\/td>\n<td> 121 <\/td>\n<td> 0x79 <\/td>\n<td> 171\n<\/td>\n<\/tr>\n<tr>\n<td> z <\/td>\n<td> 122 <\/td>\n<td> 0x7A <\/td>\n<td> 172\n<\/td>\n<\/tr>\n<tr>\n<td> { <\/td>\n<td> 123 <\/td>\n<td> 0x7B <\/td>\n<td> 173\n<\/td>\n<\/tr>\n<tr>\n<td>  <\/td>\n<td> 124 <\/td>\n<td> 0x7C <\/td>\n<td> 174\n<\/td>\n<\/tr>\n<tr>\n<td> }  <\/td>\n<td> 125 <\/td>\n<td> 0x7D <\/td>\n<td> 175\n<\/td>\n<\/tr>\n<tr>\n<td> ~  <\/td>\n<td> 126 <\/td>\n<td> 0x7E <\/td>\n<td> 176\n<\/td>\n<\/tr>\n<tr>\n<td> DEL <\/td>\n<td> 127 <\/td>\n<td> 0x7F <\/td>\n<td> 177\n<\/td>\n<\/tr>\n<\/table>\n<h2><span class=\"mw-headline\" id=\"ASCII_Code.2C_Unicode.2C_and_SEO\">ASCII Code, Unicode, and SEO<\/span><\/h2>\n<p>Although ASCII and ISO-8859 were the predominant text character standards for a long time, they are considered obsolete on the web today. The official standardization organization W3C (World Wide Web Consortium) recommends the exclusive use of UTF-8 as character encoding for all websites.\n<\/p>\n<p>In addition to the actual texts on a web page, Unicode can also be used in <a href=\"https:\/\/www.seobility.net\/en\/blog\/meta-descriptions\/\" target=\"_blank\">meta descriptions<\/a>. Unicode characters such as hooks, hearts, stars, envelopes or currency symbols can trigger unconscious impulses in the reader. For example, checkmarks and hearts generate approval, while envelopes and telephone symbols encourage contact. While this has no direct impact on search engine rankings, it increases <a href=\"\/en\/wiki\/ctr-click-through-rate\" title=\"CTR (Click-Through Rate)\">click-through rates<\/a> and leads to more visitors and customers.\n<\/p>\n<p><img decoding=\"async\" alt=\"Unicode in meta descriptions\" src=\"\/en\/wiki\/images\/7\/7d\/Example_special_characters.png\" title=\"Screenshot of a meta description containing special characters\" width=\"573\" height=\"113\" class=\"thumbborder\" \/>\n<\/p>\n<p>Screenshot showing a meta description including special characters of <a rel=\"nofollow\" class=\"external text\" href=\"https:\/\/www.google.com\/search?q=image+seo+seobility\">google.com<\/a>\n<\/p>\n<p>In SEO-relevant <a href=\"\/en\/wiki\/Keyword\" title=\"Keyword\">keywords<\/a> and keyword phrases, however, some restraint is advisable. Country-specific letters like umlauts and accents are no problem. However, unusual special characters, separating symbols, emoticons and pictograms can make keyword recognition impossible.\n<\/p>\n<p><script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\/\",\n      \"@type\": \"ImageObject\",\n      \"contentUrl\": \"https:\/\/www.seobility.net\/en\/wiki\/images\/f\/f8\/ASCII.png\",\n      \"license\": \"https:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/\",\n      \"acquireLicensePage\": \"https:\/\/www.seobility.net\/en\/wiki\/creative-commons-license-by-sa-4-0\"\n    }\n    <\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Definition Figure: ASCII &#8211; Author: Seobility &#8211; License: CC BY-SA 4.0 The term ASCII stands for &#8220;American Standard Code for Information Interchange&#8221; and describes a character set standard for text data and information exchange. Character encodings (also called code pages) define how letters and other text characters, as well as control codes for data transfer, [&hellip;]<\/p>\n","protected":false},"author":38,"featured_media":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-30074","wiki","type-wiki","status-publish","hentry","wiki_categories-web-development"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is ASCII code? Definition and explanation - Seobility Wiki<\/title>\n<meta name=\"description\" content=\"ASCII (American Standard Code for Information Interchange) describes a character set standard for text data and information exchange. Learn more ...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.seobility.net\/en\/wiki\/ASCII\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is ASCII code? Definition and explanation - Seobility Wiki\" \/>\n<meta property=\"og:description\" content=\"ASCII (American Standard Code for Information Interchange) describes a character set standard for text data and information exchange. Learn more ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.seobility.net\/en\/wiki\/ASCII\" \/>\n<meta property=\"og:site_name\" content=\"Seobility\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/seobility.net\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-26T12:07:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.seobility.net\/wp-content\/uploads\/2025\/06\/seobility-og-image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@seobility_net\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"ScholarlyArticle\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/ASCII#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/ASCII\"},\"author\":{\"name\":\"Seobility Wiki Team\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/#\\\/schema\\\/person\\\/c838e66a3b46262b4c963df5cd5b2d8a\"},\"headline\":\"ASCII\",\"datePublished\":\"2024-11-12T12:39:34+00:00\",\"dateModified\":\"2025-02-26T12:07:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/ASCII\"},\"wordCount\":1257,\"commentCount\":0,\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/ASCII#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/ASCII\",\"url\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/ASCII\",\"name\":\"What is ASCII code? Definition and explanation - Seobility Wiki\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/#website\"},\"datePublished\":\"2024-11-12T12:39:34+00:00\",\"dateModified\":\"2025-02-26T12:07:28+00:00\",\"description\":\"ASCII (American Standard Code for Information Interchange) describes a character set standard for text data and information exchange. Learn more ...\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/ASCII#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/ASCII\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/ASCII#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Wiki\",\"item\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"ASCII\",\"item\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wp-json\\\/wp\\\/v2\\\/wiki\\\/30074\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/\",\"name\":\"Seobility\",\"description\":\"Online SEO Software &amp; Tools For Better Rankings\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/#\\\/schema\\\/person\\\/c838e66a3b46262b4c963df5cd5b2d8a\",\"name\":\"Seobility Wiki Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Seobility-S-2025-150x150.png\",\"url\":\"https:\\\/\\\/www.seobility.net\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Seobility-S-2025-150x150.png\",\"contentUrl\":\"https:\\\/\\\/www.seobility.net\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Seobility-S-2025-150x150.png\",\"caption\":\"Seobility Wiki Team\"},\"description\":\"The Seobility Wiki team consists of seasoned SEOs, digital marketing professionals, and business experts with combined hands-on experience in SEO, online marketing and web development. All our articles went through a multi-level editorial process to provide you with the best possible quality and truly helpful information. Learn more about the people behind the Seobility Wiki.\",\"url\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/blog\\\/author\\\/seobility-wiki-team\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is ASCII code? Definition and explanation - Seobility Wiki","description":"ASCII (American Standard Code for Information Interchange) describes a character set standard for text data and information exchange. Learn more ...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.seobility.net\/en\/wiki\/ASCII","og_locale":"en_US","og_type":"article","og_title":"What is ASCII code? Definition and explanation - Seobility Wiki","og_description":"ASCII (American Standard Code for Information Interchange) describes a character set standard for text data and information exchange. Learn more ...","og_url":"https:\/\/www.seobility.net\/en\/wiki\/ASCII","og_site_name":"Seobility","article_publisher":"https:\/\/www.facebook.com\/seobility.net\/","article_modified_time":"2025-02-26T12:07:28+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.seobility.net\/wp-content\/uploads\/2025\/06\/seobility-og-image.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@seobility_net","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"ScholarlyArticle","@id":"https:\/\/www.seobility.net\/en\/wiki\/ASCII#article","isPartOf":{"@id":"https:\/\/www.seobility.net\/en\/wiki\/ASCII"},"author":{"name":"Seobility Wiki Team","@id":"https:\/\/www.seobility.net\/en\/#\/schema\/person\/c838e66a3b46262b4c963df5cd5b2d8a"},"headline":"ASCII","datePublished":"2024-11-12T12:39:34+00:00","dateModified":"2025-02-26T12:07:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.seobility.net\/en\/wiki\/ASCII"},"wordCount":1257,"commentCount":0,"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.seobility.net\/en\/wiki\/ASCII#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.seobility.net\/en\/wiki\/ASCII","url":"https:\/\/www.seobility.net\/en\/wiki\/ASCII","name":"What is ASCII code? Definition and explanation - Seobility Wiki","isPartOf":{"@id":"https:\/\/www.seobility.net\/en\/#website"},"datePublished":"2024-11-12T12:39:34+00:00","dateModified":"2025-02-26T12:07:28+00:00","description":"ASCII (American Standard Code for Information Interchange) describes a character set standard for text data and information exchange. Learn more ...","breadcrumb":{"@id":"https:\/\/www.seobility.net\/en\/wiki\/ASCII#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.seobility.net\/en\/wiki\/ASCII"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.seobility.net\/en\/wiki\/ASCII#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.seobility.net\/en\/"},{"@type":"ListItem","position":2,"name":"Wiki","item":"https:\/\/www.seobility.net\/en\/wiki"},{"@type":"ListItem","position":3,"name":"ASCII","item":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/wiki\/30074"}]},{"@type":"WebSite","@id":"https:\/\/www.seobility.net\/en\/#website","url":"https:\/\/www.seobility.net\/en\/","name":"Seobility","description":"Online SEO Software &amp; Tools For Better Rankings","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.seobility.net\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.seobility.net\/en\/#\/schema\/person\/c838e66a3b46262b4c963df5cd5b2d8a","name":"Seobility Wiki Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.seobility.net\/wp-content\/uploads\/2025\/06\/Seobility-S-2025-150x150.png","url":"https:\/\/www.seobility.net\/wp-content\/uploads\/2025\/06\/Seobility-S-2025-150x150.png","contentUrl":"https:\/\/www.seobility.net\/wp-content\/uploads\/2025\/06\/Seobility-S-2025-150x150.png","caption":"Seobility Wiki Team"},"description":"The Seobility Wiki team consists of seasoned SEOs, digital marketing professionals, and business experts with combined hands-on experience in SEO, online marketing and web development. All our articles went through a multi-level editorial process to provide you with the best possible quality and truly helpful information. Learn more about the people behind the Seobility Wiki.","url":"https:\/\/www.seobility.net\/en\/blog\/author\/seobility-wiki-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/wiki\/30074","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/wiki"}],"about":[{"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/types\/wiki"}],"author":[{"embeddable":true,"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/users\/38"}],"replies":[{"embeddable":true,"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/comments?post=30074"}],"version-history":[{"count":0,"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/wiki\/30074\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/media?parent=30074"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}