sizeof(x) tells you the number of bytes in x
CHAR_BIT tells you the number of bits in a byte (it's usually 8)
The whole thing tells you the number of bits in x