FreeDev Tools

Quoted-Printable Encoder

Encode and decode quoted-printable β€” the email MIME encoding with =XX escapes and soft line breaks.

Runs locally in your browser. Your input is not uploaded.

How to Use

  1. 1

    Paste text or encoded content

    For decoding, copy from the raw email source.

  2. 2

    Pick the direction

    Encode for MIME output, decode to recover the original text.

  3. 3

    Copy the result

    UTF-8 characters are handled correctly both ways.

Frequently Asked Questions

A MIME encoding for email that keeps ASCII text readable while escaping other bytes as =XX hex sequences. Lines are soft-wrapped at 76 characters with a trailing =.