Difference between revisions of "ASCII"

From Computer History Wiki
Jump to: navigation, search
(A start...)
 
m (Avoid redir)
Line 1: Line 1:
'''ASCII''' is an acronym for ''American Standard Code for Information Interchange''. It is an encoding for various glyphs (written forms such as letters, numbers, etc) into 7-bit binary numeric form.
+
'''ASCII''' (an acronym for '''American Standard Code for Information Interchange''') is an encoding for various glyphs (written forms such as letters, numbers, etc) into 7-[[bit]] numeric form.
  
 
The supported set for ASCII includes not only numbers, letters (upper- and lower-case) but also punctuation, and other special-purpose characters (from then-common ones like '@', '#', etc, to others that ASCII has made popular - '^', '|', etc). It also includes non-printing characters used for control of printing terminals - tab, line feed, carriage return, etc.
 
The supported set for ASCII includes not only numbers, letters (upper- and lower-case) but also punctuation, and other special-purpose characters (from then-common ones like '@', '#', etc, to others that ASCII has made popular - '^', '|', etc). It also includes non-printing characters used for control of printing terminals - tab, line feed, carriage return, etc.
  
[[International Business Machines|IBM]] had its own encoding standard, [[EBCDIC]], which ASCII has gradually superseded. ASCII also superseded an earlier widespread encoding, [[SIXBIT]], which allowed 6 characters to be carried in the then-common 36-[[bit]] [[word]]s common on many computers, but only supported upper-case characters.
+
[[International Business Machines|IBM]] had its own encoding standard, [[Extended Binary Coded Decimal Interchange Code|EBCDIC]], which ASCII has gradually superseded.
  
{{stub}}
+
ASCII also superseded an earlier widespread encoding, [[SIXBIT]], which allowed 6 characters to be carried in the then-common 36-bit [[word]]s common on many computers, but only supported upper-case characters.
 +
 
 +
{{semi-stub}}

Revision as of 23:38, 29 September 2018

ASCII (an acronym for American Standard Code for Information Interchange) is an encoding for various glyphs (written forms such as letters, numbers, etc) into 7-bit numeric form.

The supported set for ASCII includes not only numbers, letters (upper- and lower-case) but also punctuation, and other special-purpose characters (from then-common ones like '@', '#', etc, to others that ASCII has made popular - '^', '|', etc). It also includes non-printing characters used for control of printing terminals - tab, line feed, carriage return, etc.

IBM had its own encoding standard, EBCDIC, which ASCII has gradually superseded.

ASCII also superseded an earlier widespread encoding, SIXBIT, which allowed 6 characters to be carried in the then-common 36-bit words common on many computers, but only supported upper-case characters.