UTF-32
What does UTF-32 mean?
Definition
UTF-32 is a Unicode character encoding that represents each character as a fixed-width, 32-bit value. This encoding uses 4 bytes per character, making it the simplest and most straightforward of the Unicode encodings, but also the most wasteful in terms of storage space. UTF-32 is used primarily for internal representation and processing of text in some computer programs.