(Part 5) The Python Language

Bytes ASCII Fixed 1 (7 bits) Latin-1 Fixed 1 UCS-2 Fixed 2 UCS-4 Fixed 4 UTF-8 Variable 1, 2, 3, or 4 UTF-16 Variable 2 or 4 Examples: Character Encodings As you know, any modern computer deals with all data as bytes 1 byte = 8 bits To deal with characters, any computer must use a character encoding ................
................