Character Encoding-Decoding System
Jump to navigation
Jump to search
A Character Encoding-Decoding System is an Encoding-Decoding System that transforms sets of computer characters to printable characters or visual representions.
- AKA: Character Encoding System.
- Context:
- It produces a Character Set.
- It can include a Coded Character Set (CCS), a Character Encoding Form (CEF), a Character Encoding Scheme (CES).
- Example(s):
- an ASCII Encoding System,
- a Baudot Character Encoding System,
- a Morse Character Encoding System,
- a Character Encoding Translation System.
- an Unicode Character Encoding System,
- an HTML Character Encoding System,
- an MS-Windows Character Encoding System,
- an Extended Binary Coded Decimal Interchange Code (EBCDIC) Character Encoding System,
- an ISO/IEC 8859 Character Encoding System,
- a TRON Character Encoding System,
- Counter-Example(s):
- See: Variable-Width Encoding, Code Point, Bit Pattern, Octet (Computing), Computer Data Storage, Telegraphy, iconv Utility, Character Map, Code Page, Markup Language.
References
2015
- (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/character_encoding Retrieved:2015-1-7.
- In computing, a character encoding is used to represent a repertoire of characters by some kind of an encoding system. Depending on the abstraction level and context, corresponding code points and the resulting code space may be regarded as bit patterns, octets, natural numbers, electrical pulses, etc. A character encoding is used in computation, data storage, and transmission of textual data. Terms such as character set, character map, codeset or code page are sometimes used as near synonyms; however, these terms have related but distinct meanings described in the article.
Early character codes associated with the optical or electrical telegraph could only represent a subset of the characters used in written language, sometimes restricted to upper case letters, numerals and some punctuation only. The low cost of digital representation of data in modern computer systems allows more elaborate character codes (such as Unicode) which represent more of the characters used in many written languages. Character encoding using internationally accepted standards permits worldwide interchange of text in electronic form.
- In computing, a character encoding is used to represent a repertoire of characters by some kind of an encoding system. Depending on the abstraction level and context, corresponding code points and the resulting code space may be regarded as bit patterns, octets, natural numbers, electrical pulses, etc. A character encoding is used in computation, data storage, and transmission of textual data. Terms such as character set, character map, codeset or code page are sometimes used as near synonyms; however, these terms have related but distinct meanings described in the article.