2Byte
2byte is a term used in computing to refer to data units consisting of two bytes (16 bits). The expression appears in technical documentation, programming, and discussions of data formats where the size of a value or field is measured in bytes.
In numeric data, a 2-byte quantity can be stored as an unsigned or signed integer. Depending on
In text encoding, a 2-byte unit is used by several character encodings. UTF-16 encodes most common characters
The term is sometimes encountered as 2-byte or 2-bytes, and in casual use may appear as 2byte
Related topics include endianness, 16-bit data types, and 16-bit character encodings.