Maskinbyte
Maskinbyte is a term used in computing, primarily in Norwegian, to describe the basic unit of data storage that a processor can address. In practice, a maskinbyte is the smallest addressable unit of memory in a computer architecture. Its size is architecture-dependent; on modern systems it is typically eight bits, but historical and some specialized machines have used six, seven, or nine bits per byte.
In everyday computing, a maskinbyte can represent values from 0 to 255 if interpreted as unsigned, and
Character encoding often operates at the byte level. ASCII encodes one character per maskinbyte, while UTF-8
History and usage: the term byte originated in the early days of computing, and eight-bit bytes became
See also: bit, byte, endianness, word, character encoding, ASCII, UTF-8.