How to use Quoted-Printable
Quoted-Printable is a MIME transfer encoding for mostly readable email text. It is not encryption and offers no confidentiality.
Encode UTF-8 email text
Choose Encode and enter text. Non-ASCII bytes and literal = signs become =XX sequences, with RFC 2045 soft wrapping as needed.
Decode MIME text
Choose Decode to restore Quoted-Printable text. Soft line breaks and hexadecimal escape sequences are interpreted strictly.