Details
Quoted-printable encoding is used to encode text data into a subset of ASCII characters. The encoding converts special characters into their ASCII code, prefixed with an equal sign (=).
This tool encodes your text, including unicode, into Quoted-Printable. It serves a similar purpose as base64 encoding, but is more suitable for text data. For mostly ASCII text, quoted-printable encoding produces shorter output than base64 encoding.
This tool should only be used to encode text data, including unicode. It is not suitable for binary data.
Looking to decode quoted-printable text back to readable text instead? Use the Quoted Printable Decoder.
