Eight bits make a byte
Each new bit doubles the number of patterns:
3 bits = 8 patterns
4 bits = 16 patterns
5 bits = 32 patterns
Keep going and eight bits can make 256 patterns.
A group of eight bits has a special name: a byte.
One byte can hold any one of 256 patterns, from 00000000 to 11111111.