Thursday, July 14, 2011

ASCII


ASCII
Short form of American Standard Code for Information Interchange is ASCII. Encoding of that system is based on ordering the English alphabet. All modern data encoding machines support ASCII as well as other. ASCII was first used by Bell data services as a seven bit Tele-printer. Use of binary system had brought tremendous change in our personal computing. Personal Computer as we see now is the boon of using binary language which was used as core things for encoding and decoding. Various languages later created and adopted are based on it. As binary system makes the PC more comfortable and user friendly for all, similarly ASCII is being used for making easiness in communicating. 33 characters are non-printing, 94 printing characters and space altogether makes 128 characters which are used by ASCII.
• It allows 128 characters.
• WWW or World Wide Web used ASCII as character encoding system but now ASCII is superseded by UTF-8.
• Short passage was encoded by early ASCII.
ASCII-code order is different from traditional alphabetical order.
Difference between Unicode and ASCII
• Unicode is an expedition of Unicode Consortium to encode every possible languages but ASCII only used for frequent American English encoding. For example, ASCII does not use symbol of pound or umlaut.
• Unicode require more space than ASCII.
• Unicode use 8, 16 or 32 bit characters based on different presentation while ASCII is seven-bit encoding formula.
• Many software and email can’t understand few Unicode character set.
• ASCII only supports 128 characters while Unicode supports much more characters.
Though different variations appear among Unicode and ASCII but both are very much essential in development of web based communication.

0 comments:

Post a Comment