Content deleted Content added
Tags: Reverted Visual edit |
Stevebroshar (talk | contribs) →Character encodings: Get to the point Tag: Disambiguation links added |
||
(26 intermediate revisions by 23 users not shown) | |||
Line 1:
{{pp-semi-indef|small=yes}}
{{short description|System of rules to convert information into another form or representation}}
{{hatgrp|
{{Other uses}}
{{Redirect|Encoding
}}
{{technical reasons|prefix=y|Code#|the EPs by Ladies' Code|Code 01 Bad Girl|and|Code 02 Pretty Pretty}}
{{More citations needed|date=March 2010}}
In [[communication]]s and [[Data processing|information processing]], '''code''' is a system of rules to convert [[information]]—such as a [[letter (alphabet)|letter]], [[word]], sound, image, or [[gesture]]—into another form, sometimes [[data compression|shortened]] or [[secrecy|secret]], for communication through a [[communication channel]] or storage in a [[storage medium]]. An early example is an invention of [[language]], which enabled a person, through [[speech]], to communicate what they thought, saw, heard, or felt to others. But speech limits the range of communication to the distance a voice can carry and limits the audience to those present when the speech is uttered. The invention of [[writing]], which converted spoken language into [[visual system|visual]] [[symbol]]s, extended the range of communication across space and [[time]].
The process of '''encoding''' converts information from a [[communication source|source]] into symbols for communication or storage. '''Decoding''' is the reverse process, converting code symbols back into a form that the recipient understands, such as English
One reason for coding is to enable communication in places where ordinary [[plain language]], spoken or written, is difficult or impossible. For example, [[semaphore]], where the configuration of [[Flag semaphore|flags]] held by a signaler or the arms of a [[semaphore line|semaphore tower]] encodes parts of the message, typically individual letters, and numbers. Another person standing a great distance away can interpret the flags and reproduce the words sent.
Line 18 ⟶ 21:
is a code, whose source alphabet is the set <math>\{a,b,c\}</math> and whose target alphabet is the set <math>\{0,1\}</math>. Using the extension of the code, the encoded string 0011001 can be grouped into codewords as 0 011 0 01, and these in turn can be decoded to the sequence of source symbols ''acab''.
Using terms from [[formal language theory]], the precise mathematical definition of this concept is as follows: let S and T be two finite sets, called the source and target [[alphabet (computer science)|alphabets]], respectively. A '''code''' <math>C:\, S \to T^*</math> is a [[total function]] mapping each symbol from S to a [[String (computer science)|sequence of symbols]] over T. The '''extension''' <math>C'</math> of <math>C</math>, is a [[Homomorphism#
=== Variable-length codes ===
{{main|Variable-length code}}
In this section, we consider codes that encode each source (clear text) character by a [[Code word (figure of speech)|code word]] from some dictionary, and [[concatenation]] of such code words give us an encoded string. Variable-length codes are especially useful when clear text characters have different probabilities; see also [[entropy encoding]].
A ''prefix code'' is a code with the "prefix property": there is no valid code word in the system that is a [[prefix (computer science)|prefix]] (start) of any other valid code word in the set. [[Huffman coding]] is the most known algorithm for deriving prefix codes. Prefix codes are widely referred to as "Huffman codes" even when the code was not produced by a Huffman algorithm. Other examples of prefix codes are [[
[[Kraft's inequality]] characterizes the sets of codeword lengths that are possible in a prefix code. Virtually any uniquely decodable one-to-many code, not necessarily a prefix one, must satisfy Kraft's inequality.
=== Error-correcting codes ===
{{
{{
Codes may also be used to represent data in a way more resistant to errors in transmission or storage. This so-called [[Error detection and correction|error-correcting code]] works by including carefully crafted redundancy with the stored (or transmitted) data. Examples include [[Hamming code]]s, [[Reed–Solomon]], [[Reed–Muller code|Reed–Muller]], [[Walsh–Hadamard code|Walsh–Hadamard]], [[BCH code|Bose–Chaudhuri–Hochquenghem]], [[Turbo code|Turbo]], [[Binary Golay code|Golay]], [[
Error detecting codes can be optimised to detect ''burst errors'', or ''random errors''.
== Examples ==
=== Codes in communication used for brevity ===
{{Main|Brevity code}}
A cable code replaces words (e.g. ''ship'' or ''invoice'') with shorter words, allowing the same information to be sent with fewer [[character (computing)|characters]], more quickly, and less expensively.
Codes can be used for brevity. When [[Telegraphy|telegraph]] messages were the state of the art in rapid long-distance communication, elaborate systems of [[commercial code (communications)|commercial codes]] that encoded complete phrases into single mouths (commonly five-minute groups) were developed, so that telegraphers became conversant with such "words" as ''BYOXO'' ("Are you trying to weasel out of our deal?"), ''LIOUY'' ("Why do you not answer my question?"), ''BMULD'' ("You're a skunk!"), or ''AYYLU'' ("Not clearly coded, repeat more clearly."). [[Code word (figure of speech)|Code word]]s were chosen for various reasons: [[length]], [[pronounceability]], etc. Meanings were chosen to fit perceived needs: commercial negotiations, military terms for military codes, diplomatic terms for diplomatic codes, any and all of the preceding for espionage codes. Codebooks and codebook publishers proliferated, including one run as a front for the American [[Black Chamber]] run by [[Herbert Yardley]] between the First and Second World Wars. The purpose of most of these codes was to save on cable costs. The use of data coding for [[data compression]] predates the computer era; an early example is the telegraph [[Morse code]] where more-frequently used characters have shorter representations. Techniques such as [[Huffman coding]] are now used by computer-based [[algorithm]]s to compress large data files into a more compact form for storage or transmission.
=== Character
{{Main|Character encoding}}
=== Genetic code ===
Line 48 ⟶ 52:
[[Biology|Biological]] organisms contain genetic material that is used to control their function and development. This is [[DNA]], which contains units named [[gene]]s from which [[messenger RNA]] is derived. This in turn produces [[protein]]s through a [[genetic code]] in which a series of triplets ([[codon]]s) of four possible [[nucleotides]] can be translated into one of twenty possible [[amino acid]]s. A sequence of codons results in a corresponding sequence of amino acids that form a protein molecule; a type of codon called a [[stop codon]] signals the end of the sequence.
=== Gödel code ===
In [[mathematics]], a [[Gödel code]]
=== Other ===
Line 56 ⟶ 60:
In [[marketing]], [[coupon]] codes can be used for a financial discount or rebate when purchasing a product from a (usual internet) retailer.
In military environments, specific sounds with the [[cornet]] are used for different uses: to mark some moments of the day, to command the infantry on the battlefield, etc.
Communication systems for sensory impairments, such as [[sign language]] for deaf people and [[braille]] for blind people, are based on movement or tactile codes.
Line 72 ⟶ 76:
Other examples of encoding include:
*Encoding (in [[cognition]]) - a basic perceptual process of interpreting incoming stimuli; technically speaking, it is a complex, multi-stage process of converting relatively objective sensory input (e.g., light, sound) into a subjectively meaningful experience.
*Text encoding uses a [[markup language]] to tag the structure and other features of a text to facilitate processing by computers. (See also [[Text Encoding Initiative]].)
*[[Semantics encoding]] of formal language A informal language B is a method of representing all terms (e.g. programs or descriptions) of language A using language B.
Line 94 ⟶ 97:
Occasionally, a code word achieves an independent existence (and meaning) while the original equivalent phrase is forgotten or at least no longer has the precise meaning attributed to the code word. For example, '30' was widely used in [[journalism]] to mean "end of story", and has been used in [[-30-|other contexts]] to signify "the end".<ref>Kogan, Hadass [http://www.ajr.org/Article.asp?id=4408 "So Why Not 29"] {{webarchive|url=https://web.archive.org/web/20101212101705/http://ajr.org/Article.asp?id=4408 |date=2010-12-12 }} American Journalism Review. Retrieved 2012-07-03.</ref>
<ref>{{cite web
|title =
|publisher = Signal Corps Association
|year = 1996
Line 106 ⟶ 109:
== See also ==
{{Commons category|Codes}}
* [[ADDML]]
* [[Asemic
* [[Cipher]]
* [[Code (semiotics)]]
* [[Cultural code]]
* [[Equipment codes]]
* [[Quantum error correction]]
Line 116 ⟶ 121:
== References ==
{{reflist}}
* {{cite journal |last1=Chevance |first1=Fabienne |title=Case for the genetic code as a triplet of triplets |journal=Proceedings of the National Academy of Sciences of the United States of America |volume=114 |issue=18 |pages=4745–4750 |pmc=5422812 |year=2017 |pmid=28416671 |doi=10.1073/pnas.1614896114 |doi-access=free |bibcode=2017PNAS..114.4745C }}
==Further reading==
[[Category:Encodings]]▼
* {{cite book |date=1963 |title=Codes and Abbreviations for the Use of the International Telecommunication Services |edition=2nd |___location=Geneva, Switzerland |publisher=International Telecommunication Union |oclc=13677884}}
▲[[Category:Encodings| ]]
[[Category:Signal processing]]
|