UUencode
UUencode (Unix-to-Unix encoding) is a binary-to-text encoding from 1980, originally designed for transferring files over UUCP networks. It predates MIME and base64 as the standard way to send binary data via email. Each line begins with a length character, followed by encoded data using printable ASCII (characters 32–95).
Learn more