Free Online Tool
Quoted-Printable
MIME encoding method for email-safe text transmission.
How to Use Quoted-Printable
- Enter text and choose Encode.
- The text is converted to UTF-8 bytes before MIME Quoted-Printable escaping.
- Printable ASCII passes through except the equals sign; other bytes use uppercase hexadecimal escapes.
- Lines longer than the MIME limit are wrapped with soft line breaks.
- 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.