Quoted-Printable Encoder / Decoder
Encode and decode MIME quoted-printable text.
Encode text as MIME quoted-printable or decode =XX escape sequences back into UTF-8 text for email and MIME workflows.
Mode
How to use
- Choose Encode or Decode mode.
- Enter plain text or quoted-printable content.
- Copy the converted result.
Frequently asked questions
How are non-ASCII characters encoded?
UTF-8 bytes outside the printable range are written as =XX sequences.
Are soft line breaks removed?
Yes, an equals sign at the end of a line is treated as a soft break and removed on decode.
Related tools
Base64 Encoder / Decoder
Encode and decode Base64 text with UTF-8 support.
URL Encoder / Decoder
Percent-encode text and decode percent-encoded URLs.
HTML Encoder / Decoder
Escape HTML characters and decode entities back to text.
Base32 Encoder / Decoder
Convert text to RFC 4648 Base32 and decode it back.
ROT13 Converter
Apply the ROT13 cipher to letters while keeping everything else unchanged.
Punycode / IDN Converter
Convert Unicode domains to punycode and decode IDN labels back.