Difference between revisions of "ASCII"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Binary number|binary integers)
(Character encodings in HTML)
Line 13: Line 13:
 
== See also ==
 
== See also ==
  
 +
* [[Character encodings in HTML]]
 
* [[Unicode]]
 
* [[Unicode]]
  

Revision as of 11:09, 17 August 2015

ASCII (Listeni/ˈæski/ ass-kee), abbreviated from American Standard Code for Information Interchange, is a character-encoding scheme.

Originally based on the English alphabet, it encodes 128 specified characters into 7-bit binary integers.

The characters encoded are numbers 0 to 9, lowercase letters a to z, uppercase letters A to Z, basic punctuation symbols, control codes that originated with Teletype machines, and a space.

For example, lowercase j would become binary 1101010 and decimal 106.

ASCII codes represent text in computers, communications equipment, and other devices that use text.

Most modern character-encoding schemes are based on ASCII, though they support many additional characters.

See also

External link