Sorry, what I mean is, a char corresponds to an ASCII character, but there are only about 100 or so ASCII characters that exist. So if the bit encoding doesn't correspond or translate to an ASCII character, wouldn't that mean the bits are lost?
general example:
'1001 1001 = 'A'
But what if...