answersLogoWhite

0

You mean ASCII, the American Standard Code for Information Interchange.

ASCII is a 7-bit encoding that is supported by all computer systems as standard. This makes it possible to send plain-text data between any two systems and know that it will interpreted correctly.

Each encoding maps to a unique character (a glyph) or a control code, such that 0x41 through 0x5A represents all the capital letters in the English alphabet, 'A' through 'Z', while 0x61 to 0x7A represents all the lower case letters, 'a' through 'z'. The digits '0' though '9' are represented by 0x30 through 0x39. Common punctuation is also supported, as is whitespace, such as 0x20 for a single space and 0x09 for tab. Non-printing characters such as carriage return and line feed are also supported. there are 127 glyphs and control codes in the ASCII character set.

Since ASCII uses only 7-bits, this conveniently leaves 1 bit free in an 8-bit byte. When this bit is on, the encoding maps to an extended ASCII table of 128 additional characters. This set of characters is system-dependant, but allows a complete set of 256 unique characters, where the first 127 are always the same.

All English-based text can therefore be encoded in 7-bit ASCII alone. Non-English language support typically requires a much broader range of encodings, whether through the extended ASCII character set or through UNICODE encodings. However, ASCII is a subset of UNICODE so no matter how many bytes are used to represent an encoding, 7-bit ASCII data can always be interpreted correctly. The only additional information required is a byte-order mark (BOM) which determines whether the encoding is little-endian or big-endian, as well as the type of UNICODE employed in the encoding (UTF8, UTF16, UTF32 or UTF64).

UTF8 is the most common form of UNICODE encoding in use today because it is a variable-length encoding and has no overhead with respect to ASCII-encoded data. If bit 8 is off, the encoding is simply interpreted as a 7-bit ASCII character, otherwise it is interpreted as an escape sequence, the value of which determines how many subsequent bytes are used to represent the full encoding. This could be anything from 1 to 6 additional bytes per character, each of which maps directly to a character in one of the UNICODE character sets, all of which incorporate the ASCII set.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is mean by ASC11?

The American Standard Code for Information Interchange is a character-encoding scheme based on the ordering of the English alphabet.


What does the interchange of thought mean?

Hi this #2 in the house what dose highway interchange mean


If quartile deviation is 24. find mean deviation and standard deviation?

Information is not sufficient to find mean deviation and standard deviation.


What is used to identify text?

You may mean 'how does the computer recognise the various different letters that you key in?', in which case the answer is that every key depression links to a code known as the ASCII code. (American Standard Code for Information Interchange) If you click on Start and follow All Programs/Accessories/System Tools/Character Map you'll find that pointing at any of the characters will give you a specific hexadecimal character reference.


The mean of the distribution is 2.89 with a standard?

The mean of a distribution is a measure of central tendency, representing the average value of the data points. In this case, the mean is 2.89. The standard deviation, which measures the dispersion of data points around the mean, is missing from the question. The standard deviation provides information about the spread of data points and how closely they cluster around the mean.


What does ADA on a toilet mean?

American Disabilities Act. It is higher than a standard toilet


What is the onyx metadata standard?

You probably mean the "onix" metadata standard. Information is available at http://www.editeur.org/ONIX%20International%20FAQ.html


What is the stardard deviation for a mean of 4.33?

Without more information, it isn't possible to determine the standard deviation from the mean alone.


How do you calculate probability given mean and standard deviation?

The mean and standard deviation do not, by themselves, provide enough information to calculate probability. You also need to know the distribution of the variable in question.


What does aiff mean?

aiff stands for audio interchange file format


A raw score of 6 has a z score of what?

A z-score requires the mean and standard deviation (or standard error). There is, therefore, not enough information to answer the question.


What information must you know in order to completely specify the shape of a normal distribution?

the mean and the standard deviation