Decode a quoted-printable email body back to readable text, resolving the escapes and removing soft line breaks.
Show calculation steps
Processed privately in your browser — nothing you paste is uploaded, logged or stored.
How to use the Quoted-Printable Decoder
- Paste the encoded message body.
- Click "Decode".
- Check the notes for malformed escapes or lower-case hex, which indicate a non-conforming sender.
Frequently asked questions
What do the equals-sign sequences mean?
An equals sign followed by two hex digits is one byte of the original data. An equals sign at the end of a line is a soft break and simply disappears. Everything else is literal text.
Why does my decoded text still look wrong?
Quoted-printable carries bytes, not characters. If the original message declared a charset other than UTF-8, the recovered bytes need decoding with that charset – check the Content-Type header of the message part.