Transfer Encodings
From Just Solve the File Format Problem
(Difference between revisions)
(These formats just don't all fit that well into the E-Mail or Archiving categories) |
Dan Tobias (Talk | contribs) |
||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|thiscat=Transfer Encodings | |thiscat=Transfer Encodings | ||
+ | |image=Base64.png | ||
}} | }} | ||
A '''transfer encoding''' is a method of reversibly transforming data so that it uses a reduced set of bytes (or other symbols), to make it compatible with a protocol or format that does not allow all possible byte values. | A '''transfer encoding''' is a method of reversibly transforming data so that it uses a reduced set of bytes (or other symbols), to make it compatible with a protocol or format that does not allow all possible byte values. |
Revision as of 00:45, 25 August 2014
A transfer encoding is a method of reversibly transforming data so that it uses a reduced set of bytes (or other symbols), to make it compatible with a protocol or format that does not allow all possible byte values.
It's not clear how common the term transfer encoding is. Web searches for it are useless, due to noise from the HTTP Transfer-Encoding and MIME Content-Transfer-Encoding headers.
Transfer encodings
- ASCII Encoded HP 48 Object (ASC)
- Ascii85
- Base64
- BinHex (.hqx)
- Crockford Base32
- Hex encoding
- Quoted-printable
- UTF-7
- Uuencoding
- Xxencoding
- yEnc
Related/Uncategorized
- Binary II (.bny) (for Apple II series) (often squeezed as .bqy)
- MacBinary
- MIME
- Punycode
- Transport Neutral Encapsulation Format (TNEF; winmail.dat)
- URL Encoding