Characters become one or more bytes before bytes become groups of bits
ASCII characters fit one byte in UTF-8, while accented letters, many scripts, and emoji use multiple bytes. A visible character therefore may produce several 8-bit groups. The decoder must use the same character encoding as the encoder or the byte sequence can become replacement characters or different text.