Skip to content
ZeroServer.tools

Quoted-Printable Encoder

Encode and decode Quoted-Printable (QP) text per RFC 2045 — used in email MIME headers and body encoding.

What is Quoted-Printable encoding?

Quoted-Printable (QP) is a MIME transfer encoding (RFC 2045) designed to transmit text that contains non-ASCII characters over 7-bit email systems. Printable ASCII characters (33–126, except =) are left as-is; all other bytes are encoded as =XX where XX is the uppercase hexadecimal byte value. Lines are wrapped at 76 characters using soft line breaks (=\n).

Private & free — this tool runs entirely in your browser.

Recommended: IndieKit Ship your Next.js startup in days.affiliate

Related Encoders & Decoders tools