Explain the ASCII character set
Most commonly used character set. Each character is given7 bits representing 128 different characters including the English alphabet, numbers, symbols + commands.
Explain the Unicode character set
Tries to cover every possible character or symbol available. Unicode uses 2 bytes(16 bits) for each character and covers major languages.
Unicode can represent 256 characters.
How do you calculate file size
File size = Number of bits per character x number of characters
Describe how a character set would store the string “hello world”
Each character in a character set has a unique binary value that displays in order.