The information in this article applies to:
SUMMARYThis article includes the following information:
A BRIEF HISTORY OF ENCODINGUuencodingThis was historically the first method invented. The encoding was quite simple and caused frequent problems. In particular, the first implementation used the space character for encoding. But, some mail gateways stripped spaces at the end of a line; so, what the recipient got was invalid. Later, a special case was introduced to avoid this problem.XxencodingThis rarely used method appeared after the initial problems with uuencoding, but before they were fixed. It avoids using the space character by using a different character set for encoding.Base64This method was introduced for Multipurpose Internet Mail Extensions (MIME) standard, avoiding some rarely encountered problems with the other two methods (which used some characters not available on some computers). Together, with other benefits of MIME, this is the most secure method.BinHexA method conceived for transferring files among Macintosh systems. Files on a Macintosh consist of two parts, the "data fork" and the "resource fork." This encoding first adds a third header part, and composes the three parts into a single data stream, which is then slightly compressed and encoded.ENCODING GUIDELINESWhen you work with file encoding, follow these guidelines:
THIRD-PARTY ENCODING AND DECODING UTILITIESThe following third-party utilities can reintegrate a text-encoded file into its binary format:
MORE INFORMATION
The third-party contact information included in this article is provided to
help you find the technical support you need. This contact information is
subject to change without notice. Microsoft in no way guarantees the
accuracy of this third-party contact information.
Additional query words: bin-hex hexadecimal
Keywords : kb3rdparty |
Last Reviewed: January 20, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |