Quoted-Printable Decoder
Paste quoted-printable encoded text and instantly decode it back to plain, human-readable text.
Quoted-Printable Input
Try a sample
Decoded Output
Decode Summary
0
Encoded chars
0
Soft breaks
0
Output bytes
Summary
Paste quoted-printable encoded text and instantly decode it back to plain, human-readable text.
How it works
- Paste your quoted-printable encoded text into the input field.
- Select the character encoding (UTF-8 is correct for most modern emails).
- Click "Decode" — the tool strips soft line breaks (trailing =) and converts =XX hex pairs to their byte values.
- The decoded plain text appears in the output panel.
- Use "Copy Output" to copy the result to your clipboard.
Use cases
- Decoding email body content copied from raw MIME source.
- Debugging SMTP headers that contain QP-encoded subject lines.
- Recovering readable text from malformed or partially encoded messages.
- Verifying that an email client is encoding special characters correctly.
- Converting QP-encoded multilingual content to Unicode for further processing.
- Inspecting encoded attachments or inline content in MIME messages.
Frequently Asked Questions
Last updated: 2026-06-11 ·
Reviewed by Nham Vu