Bit String
About
A bit string is a string of Bit (ie an ordered sequence of 0’s and 1’s).
In computer, this is:
- a multiple of byte
- stored in a byte array
A bit string is a string of Bit (ie an ordered sequence of 0’s and 1’s).
In computer, this is: