Single-byte character set
A single-byte character set is a character encoding that uses exactly one byte for each graphic character. A can accommodate a maximum of 256symbols, and is useful for scripts that do not have many symbols or accented letters, such as the Latin, Greek, and Cyrillic scripts used mainly for European languages. Examples of encodings include ISO/IEC646, the various ISO8859 encodings, and the various Microsoft/IBM code pages.
Single-byte character sets are contrasted against double-byte and triple-byte character sets as well as multi-byte character sets. Multi-byte character sets are used to accommodate languages with scripts that have large numbers of characters and symbols, predominantly Asian languages such as Chinese, Japanese, and Korean. In these character encodings, are traditionally associated with half-width characters, so-called because such single-byte characters would traditionally occupy half the width of a double-byte character on a computer terminal screen which used a duospaced font.