64.4k views
3 votes
What are the advantages of UNICODE compared to ASCII?

1 Answer

6 votes
ASCII defines 128 characters. Which maps the numbers 0-127. Unicode defines (less than) 2^21 characters, which, similarly, map to numbers 0–221.

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'".
User Hicham
by
7.7k points