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 decodes Quoted-Printable encoded text back into the original readable text, including unicode. Escape
sequences such as =3D and =F0=9F=98=8A are converted back into their original characters.
This tool should only be used to decode text data, including unicode. It is not suitable for binary data.
Looking to encode text into quoted-printable instead? Use the Quoted Printable Encoder.
