Toolora

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

  1. Choose Encode or Decode mode.
  2. Enter plain text or quoted-printable content.
  3. 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.