bitstr

bitstr is just that: a sequence of bytes. It isn't human-readable. Under the hood, everything must be converted to a byte string before it can be stored in a computer.

Which means that a bitstring is a contiguous sequence of bits in memory.