Transfer Encodings
From Just Solve the File Format Problem
(Difference between revisions)
(→Transfer encodings) |
(→See also) |
||
Line 41: | Line 41: | ||
== See also == | == See also == | ||
− | |||
* [[Archiving#Transfer formats]] | * [[Archiving#Transfer formats]] | ||
+ | * [[E-Mail, newsgroups, and forums#Transfer Encodings]] | ||
+ | * [[Executable envelopes#Transfer-encoded executables]] | ||
* [[Serialization]] | * [[Serialization]] | ||
== Links == | == Links == | ||
* [[Wikipedia:Binary-to-text encoding|Wikipedia: Binary-to-text encoding]] | * [[Wikipedia:Binary-to-text encoding|Wikipedia: Binary-to-text encoding]] |
Revision as of 18:03, 28 October 2021
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.
Contents |
Transfer encodings
- ASCII Encoded HP 48 Object (ASC)
- Ascii85 (Base85)
- Base32
- Base45 [1]
- Base58
- Base64
- Base-122
- Base65536 [2]
- BinHex (.hqx)
- BOO
- BWTC32Key
- Crockford Base32
- Hex encoding (Base16)
- Percent-encoding
- Quoted-printable
- UTF-7
- Uuencoding
- Xxencoding
- yEnc
- Z85
Related/Uncategorized
- AR7
- Binary II (.bny) (for Apple II series) (often squeezed as .bqy)
- MacBinary
- MIME
- PEM
- Punycode
- Transport Neutral Encapsulation Format (TNEF; winmail.dat)
- URL encoding
See also
- Archiving#Transfer formats
- E-Mail, newsgroups, and forums#Transfer Encodings
- Executable envelopes#Transfer-encoded executables
- Serialization