Code unit
Acode unit is the basic component used by a character encoding system (such as UTF-8 or UTF-16). A character encoding system uses one or more code units to encode a Unicodecode point.
InUTF-8, each code point is encoded using between one and four 8-bit code units.
InUTF-16, each code point is encoded using one or two 16-bit code units.