Transfer Encodings
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) |
m (→Transfer encodings) |
||
(2 intermediate revisions by one user not shown) | |||
Line 27: | Line 27: | ||
* [[BinSCII]] | * [[BinSCII]] | ||
* [[BOO (binary-to-text encoding)|BOO]] | * [[BOO (binary-to-text encoding)|BOO]] | ||
− | * [[BSQ ( | + | * [[BSQ (W1GOH)]] |
* [[BWTC32Key]] | * [[BWTC32Key]] | ||
* [[BXP]] | * [[BXP]] | ||
* [[c7encode]] | * [[c7encode]] | ||
* [[Code91]] | * [[Code91]] | ||
+ | * [[Codegroup]] | ||
* [[Crockford Base32]] | * [[Crockford Base32]] | ||
* [[crzy64]] [https://github.com/ilyakurdyukov/crzy64] | * [[crzy64]] [https://github.com/ilyakurdyukov/crzy64] | ||
+ | * [[flwrap]] | ||
* [[Hex encoding]] (Base16) | * [[Hex encoding]] (Base16) | ||
* [[OcrHex]] | * [[OcrHex]] |
Latest revision as of 15:25, 26 December 2023
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 |
[edit] Transfer encodings
- 2ASCII
- ABE
- ASCIFY
- ASCII Encoded HP 48 Object (ASC)
- Ascii85 (Base85)
- ASCIIZE
- Asteroid
- Base32
- Base45 [1]
- Base58
- Base64
- Base-122
- Base2048 [2]
- Base65536 [3]
- Bencode (Quinton/Lalonde)
- BinHex (.hqx)
- BinSCII
- BOO
- BSQ (W1GOH)
- BWTC32Key
- BXP
- c7encode
- Code91
- Codegroup
- Crockford Base32
- crzy64 [4]
- flwrap
- Hex encoding (Base16)
- OcrHex
- Percent-encoding
- Quoted-printable
- RARBase64
- Ship
- TTCODE
- UBX
- UTF-7
- Uuencoding
- XX34
- XXBUG
- Xxencoding
- yEnc
- Z85
[edit] 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
- Whitespacer
- XX (format for representing binary data in text form)
[edit] See also
- Archiving#Transfer formats
- E-Mail, newsgroups, and forums#Transfer Encodings
- Executable envelopes#Transfer-encoded executables
- File transfer
- Serialization