ASCII - NicheInterests/mistfunk GitHub Wiki
ASCII
-
ASCII, or American Standard Code for Information Interchange, a set of codes used to represent letters, numbers, a few symbols, and control characters. Originally designed for teletype operations, it has found wide application in computers. A seven-digit (or seven-bit) binary number (see binary system) can represent one of 128 distinct codes. Thus, in decimal equivalents, the series "72, 69, 76, 76, 79" represents the letters "h, e, l, l, o" in ASCII. With the introduction of its personal computer in 1981, the International Business Machines Company (IBM) increased the number of available characters to 256 by using an eight-bit byte. This IBM-extended ASCII set has become a de facto standard. However, the inability of US-ASCII to correctly represent many other languages became an obvious and intolerable misfeature as computer use outside the United States and United Kingdom increased. As a consequence, national extensions to US-ASCII were developed that were incompatible with one another. This in turn led to the standardization of 16-bit (or "double- byte") character sets, such as Unicode, that could accomodate large numbers of languages.
(Source: The Columbia Encyclopedia, Sixth Edition) -
n. ASCII (American Standard Code for Information Interchange) 7-bit as defined in ISO-646 is a basic set of 128 numbered symbols which almost all kinds of computer can display. Here are the ones that are used for ASCII art:
032 [space] 048 0 064 @ 080 P 096 ` 112 p 033 ! 049 1 065 A 081 Q 097 a 113 q 034 " 050 2 066 B 082 R 098 b 114 r 035 # 051 3 067 C 083 S 099 c 115 s 036 $ 052 4 068 D 084 T 100 d 116 t 037 % 053 5 069 E 085 U 101 e 117 u 038 & 054 6 070 F 086 V 102 f 118 v 039 ' 055 7 071 G 087 W 103 g 119 w 040 ( 056 8 072 H 088 X 104 h 120 x 041 ) 057 9 073 I 089 Y 105 i 121 y 042 * 058 : 074 J 090 Z 106 j 122 z 043 + 059 ; 075 K 091 [ 107 k 123 { 044 , 060 < 076 L 092 \ 108 l 124 | 045 - 061 = 077 M 093 ] 109 m 125 } 046 . 062 > 078 N 094 ^ 110 n 126 ~ 047 / 063 ? 079 O 095 _ 111 o
There are other characters in the set (with the numbers 0 - 31 and
127), but they can do unexpected things depending on the reader and/or
platform viewer is using, so PLEASE DON'T USE THEM in your pictures
(except characters 10 and or 13 which are used to insert a new-line
by a wide variety of Operating Systems).