ASCII (Character set)

Enlarge text Shrink text
  • Topic
| מספר מערכת 987007546943005171
Information for Authority record
Name (Hebrew)
מערכת תווים ASCII
Name (Latin)
ASCII (Character set)
Other forms of name
American Standard Code for Information Interchange
ASCII character codes
ASCII characters
ASCII code
ASCII codes
ASCII control codes
See Also From tracing topical name
Character sets (Data processing)
MARC
MARC
Other Identifiers
Wikidata: Q8815
Library of congress: sh 98005902
Sources of Information
  • Dick Smith Electronics technical data. Computer info, via WWW, Sept. 9, 1998(ASCII character codes; ASCII control codes)
  • Dict. of computing, 1997(American standard code for information interchange. A standard character encoding scheme introduced in 1963 and used widely on many machines. It is a 7-bit code with no parity recommendation, providing 128 different bit patterns.)
  • McGraw-Hill dict. sci. tech.(American Standard Code for Information Interchange. Coded character set to be used for the general interchange of information among information-processing systems, communications systems, and associated equipment.)
  • Random House Web.(ASCII. A standard code, consisting of 128 7-bit combinations, for characters stored in a computer or to be transmitted between computers. A(merican) S(tandard) C(ode for) I(nformation) I(nterchange))
1 / 1
Wikipedia description:

ASCII ( ASS-kee),: 6  an acronym for American Standard Code for Information Interchange, is a character encoding standard for representing a particular set of 95 (English language focused) printable and 33 control characters – a total of 128 code points. The set of available punctuation had significant impact on the syntax of computer languages and text markup. ASCII hugely influenced the design of character sets used by modern computers; for example, the first 128 code points of Unicode are the same as ASCII. ASCII encodes each code-point as a value from 0 to 127 – storable as a seven-bit integer. Ninety-five code-points are printable, including digits 0 to 9, lowercase letters a to z, uppercase letters A to Z, and commonly used punctuation symbols. For example, the letter i is represented as 105 (decimal). Also, ASCII specifies 33 non-printing control codes which originated with Teletype devices; most of which are now obsolete. The control characters that are still commonly used include carriage return, line feed, and tab. ASCII lacks code-points for characters with diacritical marks and therefore does not directly support terms or names such as résumé, jalapeño, or Beyoncé. But, depending on hardware and software support, some diacritical marks can be rendered by overwriting a letter with a backtick (`) or tilde (~). Despite being an American standard, ASCII does not have a code point for the cent (¢). The Internet Assigned Numbers Authority (IANA) prefers the name US-ASCII for this character encoding. ASCII is one of the IEEE milestones.

Read more on Wikipedia >