There are a lot of different appliances:
- character-encoding which has been used to transform between characters and bytes.
- video-encoding which has been used to transform between videos and bytes.
- percent-encoding which has been used to transform between plain text and valid URI. Also known as url-encoding.
- xml-encoding which has been used to transform between plain text and valid XML.
- huffman-encoding which has been used to compress/decompress bytes.