Quoted Printable Encoder / Decoder
Encode plain text into Quoted-Printable format or decode QP-encoded strings back to plain text, with live output and copy support.
Input
Options
Output
Copied to clipboard!
Summary
Encode plain text into Quoted-Printable format or decode QP-encoded strings back to plain text, with live output and copy support.
How it works
- Paste or type your input text into the editor.
- Choose Encode to convert plain text to Quoted-Printable, or Decode to reverse the process.
- The output appears instantly below the input.
- Each non-ASCII byte is represented as =XX where XX is the two-digit uppercase hex value.
- Lines are soft-wrapped at 76 characters with a trailing = for MIME compliance.
- Click Copy Output to copy the result to your clipboard.
Use cases
- Prepare email body content for SMTP transmission.
- Encode UTF-8 or extended-ASCII strings for MIME messages.
- Debug QP-encoded email payloads received from mail servers.
- Decode =?UTF-8?Q?...?= encoded email subject lines.
- Inspect how email clients encode special characters.
- Verify that encoded output round-trips cleanly back to the original.
Frequently Asked Questions
Last updated: 2026-06-10 ·
Reviewed by Nham Vu