Jump to content

Double-byte character set (DBCS)

From EDM2
Revision as of 13:59, 14 November 2017 by Martini (talk | contribs) (Created page with "A set of characters in which each character is represented by two bytes. Languages such as Japanese, Chinese, and Korean, which contain more characters than can be represented...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A set of characters in which each character is represented by two bytes. Languages such as Japanese, Chinese, and Korean, which contain more characters than can be represented by 256 code points, require double-byte character sets. Because each character requires 2 bytes, the typing, display, and printing of DBCS characters requires hardware and programs that support DBCS. Contrast with single-byte character set.