What makes Unicode and ASCII diffrent from one another? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What makes Unicode and ASCII diffrent from one another?

27th Sep 2017, 8:47 AM
D_Stark
D_Stark - avatar
6 Answers
+ 10
ASCII defines 128 characters, which map to the numbers 0–127. Unicode defines (less than) 221 characters, which, similarly, map to numbers 0–221 (though not all numbers are currently assigned, and some are reserved). Unicode is a superset of ASCII, and the numbers 0–128 have the same meaning in ASCII as they have in Unicode. For example, the number 65 means "Latin capital 'A'". Because Unicode characters don't generally fit into one 8-bit byte, there are numerous ways of storing Unicode characters in byte sequences, such as UTF-32 and UTF-8.
27th Sep 2017, 8:55 AM
Peace Walker
Peace Walker - avatar
+ 6
@=_- the extended ASCII chart defines up to 256/
27th Sep 2017, 9:09 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
27th Sep 2017, 10:28 AM
Ipang
+ 2
ASCII is for English. While as the technology developing, many different languages(like French,Chinese,Japanese) are used in the computer system.ASCII is not big enough to cover all these languages letters so we have Unicode to solve this problem.
27th Sep 2017, 8:59 AM
Ran
Ran - avatar
+ 2
Unicode has 17 planes Andi it has 1114112 characters but it has 10%of sapce us occupied it is developed in different languages.ASCII has 256 chacters it is in English only .
27th Sep 2017, 9:49 AM
GOWTHAMI BOJJA
GOWTHAMI BOJJA - avatar
0
ASCII is used in only English language.but unicode it is used in different languages
27th Sep 2017, 10:01 AM
GOWTHAMI BOJJA
GOWTHAMI BOJJA - avatar