answersLogoWhite

0


Best Answer

ASCII only has 127 standard character codes and only supports the English alphabet. While you can use the extended ASCII character to provide a set of 256 characters and thus support other languages there's no guarantee that other systems will use the same code page, so the characters will not display correctly across all systems (the characters you see will depend upon which code page is currently in use). Moreover, some languages, particularly Chinese, have thousands of symbols that simply cannot be encoded in ASCII.

UNICODE encoding supports all languages and the first 127 symbols are also the same as ASCII, so all characters appear the same across all systems. UTF8 is the most common UNICODE encoding in use today because it uses one-byte per character for the first 127 characters and is therefore fully compliant with non-extended ASCII. If the most-significant bit is set then the character is represented by 2 or more bytes, the combination of which maps to the UNICODE encoding.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Unicode is much more ample than ASCII. ASCII can represent only 127 different characters; there are several different one-byte extensions that can represent about 256 characters. In Unicode, however, it is possible to define over a million characters - I am not sure if all of them are already defined. This makes it possible to use a single character set to represent not only Latin characters (the ASCII characters, but also letters with special symbols, as those used in Spanish, German, French, etc.; as well as characters from languages that use a completely different writing, such as Chinese, Russia, and even Klingon (the made-up language from "Star Trek")!

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why do need Unicode when you have Ascii?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why do you need ascii?

You don't need ASCII, you need Unicode..


Need of ASCII and Unicode?

answer please


What is the cousin of ascii?

Unicode


Reasearch and report on the issue of ascii coding and unicode coexist?

Reasearch and report on the issue of ascii coding and unicode coexist?


What is ASCII code of U?

Upper case U in ASCII/Unicode is binary 0101011, U is code number 85. Lower case u in ASCII/Unicode is binary 01110101, u is code number 117.


What is a 16-bit coding scheme called?

Unicode


This coding system is designed to support international languages like Chinese and Japanese?

unicode or ansic


What is the difference between ASCII and Unicode?

ASCII is a set of digital codes widely used as a standard fromat in the transfer of text. Unicode is an international encoding standard for used with different languages and scripts


What is different between unicode and ascii?

ASCII is a set of digital codes widely used as a standard fromat in the transfer of text. Unicode is an international encoding standard for used with different languages and scripts


What are the difference between Unicode and ASCII code?

describe the destination index


What are the ASCII codes for subset and proper subset?

Since ASCII ⊊ unicode, I don't know if there are ASCII codes for subset and proper subset. There are Unicode characters for subset and proper subset though: Subset: ⊂, ⊂, ⊂ Subset (or equal): ⊆, ⊆, ⊆ Proper subset: ⊊, ⊊,


What is the ASCII code for letter D?

The ASCII code for the letter D is 68 in decimal, 0x44 in hexadecimal/Unicode.