answersLogoWhite

0

ASCII is a simple (and increasingly obsolete) code which maps alphanumeric characters to numbers in the 0..255 range. Thus, any phrase expressed as a series of these alphanumeric characters can be expressed as a series of bytes with the corresponding numeric values, one byte per character.

For example, the letter A is represented by a byte of numerical decimal value 65.

It is characteristic for the ASCII code that it supports a limited alphabet of 256 different characters. While this might seem much in light of the fact that the 26 characters cover the A-Z alphabet, codes are assigned to lower-case and upper-case characters, digits, punctuation marks, a wide range of other characters including some simple symbols, and a range of 'foreign characters.'

With today's demands on localized software and support for the local alphabet, the ASCII code becomes increasingly obsolete because it cannot support a great number of non-English alphabets.

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

DevinDevin
I've poured enough drinks to know that people don't always want advice—they just want to talk.
Chat with Devin
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga
More answers

take every 8 bits -- a byte -- and convert it to an ASCII character (which is 7 or 8 (extended ASCII) bits)

User Avatar

Wiki User

16y ago
User Avatar

Add your answer:

Earn +20 pts
Q: How is ASCII used to represent text in a computer system?
Write your answer...
Submit
Still have questions?
magnify glass
imp