Internet Attachment Encoding
Most attachments use 8-bit file formats
- Use all 8 bits of each byte
- Internet only supports 7-bit ASCII
- 8th bit is chopped off during transmission
- In addition, 32 of the 7-bit combinations are forbidden because they were created to manage transmission rather than convey information
- Sending 8-bit files over the Internet would damage them