Jump to content

UUcoding

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Johntex (talk | contribs) at 18:41, 13 September 2005 (WikiProject Missing encyclopedic articles/Hot/U). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

UUcoding is a common method for transmitting binary files (I.e. non-text files) via e-mail. The method originated in the Unix community and was originally designed for ASCII text. The method involves two utilities. First, the UUencode utility encodes the files by converting 8-bit characters into 7-bit ASCII text for sending, and then the UUdecode utility decodes it back to its original format at the receiving end.

According to PC Magazine, "UUcoding was one of the first methods for sending binary files as attached files over Internet e-mail. Today, MIME is widely used."

On Apple computers, the same type of process is called BinHex.

See Also

Sources