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

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

  1. Paste or type your input text into the editor.
  2. Choose Encode to convert plain text to Quoted-Printable, or Decode to reverse the process.
  3. The output appears instantly below the input.
  4. Each non-ASCII byte is represented as =XX where XX is the two-digit uppercase hex value.
  5. Lines are soft-wrapped at 76 characters with a trailing = for MIME compliance.
  6. 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