do now tuesday 09-16-2025\nwhy do computers need more than one system for representing characters ascii vs…

do now tuesday 09-16-2025\nwhy do computers need more than one system for representing characters ascii vs unicode?
Answer
Brief Explanations:
ASCII can only represent a limited set of characters mainly from the English - language alphabet, numbers, and basic symbols. Unicode, on the other hand, is a more comprehensive standard that can represent characters from a vast number of languages and scripts around the world. Computers need both because they operate in a global context. ASCII is useful for legacy systems and simple English - centric tasks due to its simplicity and lower memory requirements. Unicode is essential for handling multilingual text, which is common in today's globalized digital world.
Answer:
Computers need more than one character - representation system (ASCII vs Unicode) because ASCII has limited character coverage and is useful for legacy and English - centric tasks, while Unicode is necessary for handling multilingual text in a globalized digital environment.