4.5.5.2 ASCII and Unicode Flashcards
What is a character set?
All the characters recognised by the computer, each with a unique binary number.
How is a character set represented?
Each symbol has a unique binary code of 8 bits (1 byte) or more depending on the size of the character set.
How many different characters can ASCII represent?
128 / 2^7
What is Unicode?
A coding system that assigns a unique value to the majority of symbols used in the world, including different languages. It continues to increase in size.
What are the differences between ASCII and Unicode?
ASCII uses fewer bits per character, so Unicode can represent more characters. ASCII uses 7 bits, Unicode uses 16 or 32 bits.
Why was unicode introduced?
Because ASCII did not represent enough characters, and unicode is a widespread standardised system