Free Online Tool

Quoted-Printable

MIME encoding method for email-safe text transmission.

How to Use Quoted-Printable

  1. Enter text and choose Encode.
  2. The text is converted to UTF-8 bytes before MIME Quoted-Printable escaping.
  3. Printable ASCII passes through except the equals sign; other bytes use uppercase hexadecimal escapes.
  4. Lines longer than the MIME limit are wrapped with soft line breaks.
  5. Switch to Decode to restore the original UTF-8 text.

Examples

UTF-8 input:

你好 👋

Output:

=E4=BD=A0=E5=A5=BD =F0=9F=91=8B

Equals sign becomes =3D — input:

A=B

Output:

A=3DB

Features

Privacy Focused

All processing happens in your browser. No data is sent to servers.

Free Forever

No registration, no limits, completely free to use.