bitstream
Sign in to saveA bitstream (or bit stream), also known as binary sequence, is a sequence of bits.
~4 min read
Encyclopedic overview
5 sectionsContents
- Relationship to bytestreams
- Examples
- Flow control
- See also
- References
A bitstream (or bit stream), also known as binary sequence, is a sequence of bits.
A bytestream is a sequence of bytes. Typically, each byte is an 8-bit quantity, and so the term octet stream is sometimes used interchangeably. An octet may be encoded as a sequence of 8 bits in multiple different ways (see bit numbering) so there is no unique and direct translation between bytestreams and bitstreams.
Excerpted from Wikipedia’s “bitstream” article, available under the CC BY-SA 4.0 licence.