Character (computing)

Diagram of String data in computing. Shows the word "example" with each letter in a separate box. The word "String" is above, referring to the entire sentence. The label "Character" is below and points to an individual box.
A string of seven characters

In computing and telecommunications, a character is the encoded representation of a natural language character (including letter, numeral and punctuation), whitespace (space or tab), or a control character (controls computer hardware that consumes character-based data). A sequence of characters is called a string.

Some character encoding systems represent each character using a fixed number of bits whereas other systems use varying sizes. Various fixed-length sizes were used for now obsolete systems such as the six-bit character code,[1][2] the five-bit Baudot code and even 4-bit systems (with only 16 possible values).[3] The more modern ASCII system uses the 8-bit byte for each character. Today, the Unicode-based UTF-8 encoding uses a varying number of byte-sized code units to define a code point which combine to encode a character.

  1. ^ Cite error: The named reference Dreyfus_1958_Gamma60 was invoked but never defined (see the help page).
  2. ^ Cite error: The named reference Buchholz_1962 was invoked but never defined (see the help page).
  3. ^ Cite error: The named reference Intel_1973_MCS-4 was invoked but never defined (see the help page).

From Wikipedia, the free encyclopedia · View on Wikipedia

Developed by Nelliwinne