bitstreng
Bitstreng is a term used to denote a finite sequence of bits, i.e., a string consisting solely of 0s and 1s. In computing, such bitstrings are the fundamental representation unit at the lowest level, used to encode and transmit data. The term is occasionally used in German- and Dutch-language texts as a direct translation of the English "bit string."
A bitstreng has a length measured in bits. In practice, bitstrings are stored in memory as bit
Bitstrings are produced by encoding information or by receiving raw data. Common operations include concatenation, slicing
Applications span data transmission, storage, error detection and correction (parity, CRCs), cryptography, and digital signal processing.
Terminology varies by language; some writers prefer bitstring, bit sequence, or bit array for the same concept.