Skip to content
Surf Wiki
Save to docs
general/character-encoding

From Surf Wiki (app.surf) — the open knowledge base

Single-byte character set

Character encoding using one byte per character


Character encoding using one byte per character

A single-byte character set (SBCS) is a character encoding that uses exactly one byte for each graphic character. ASBCS 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 SBCS 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 (sometimes referred to as "CJK"). In these character encodings, SBCS 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.

Modern use

Though single-byte character sets have largely been supplanted by Unicode encodings in modern systems, they have found a niche in code golfing, where the smaller size of characters allows participants to gain an edge if they use SBCS with programming languages which facilitate their use for increased code compactness, such as Vyxal and GolfScript.

References

References

  1. [[Microsoft]]. (7 January 2021). "Single-byte Character Sets". self-published.
  2. [[IBM]]. (19 April 2021). "TXSeries for Multiplatforms Documentation". self-published.
  3. . (2025-08-27). ["Usage Statistics and Market Share of UTF-8 for Websites"](https://w3techs.com/technologies/details/en-utf8). *Q-Success*.
  4. (30 December 2024). "Vyxal language README". self-published.
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Single-byte character set — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report