binaarseteks
Binaarseteks is a term used in information technology to describe the process of converting textual data into binary sequences. The word combines Estonian roots for binary and text and appears in some Estonian-language educational contexts to discuss how written language is represented inside digital systems.
In practice, binaarseteks relies on mapping each character to a numeric code, such as ASCII or a
An example in 8-bit ASCII: the character A is encoded as 01000001, and a space is 00100000.
Variants of binaarseteks emphasize different goals, such as teaching the basics of encoding, enabling compact storage,
See also: ASCII, Unicode, UTF-8, binary encoding, endianness.