Type or paste your text, and the tool encodes it using MIME quoted-printable encoding for email compatibility.
A MIME encoding where most ASCII characters pass through unchanged, but non-ASCII bytes become =XX hex sequences.
In email bodies containing mostly ASCII with some special characters. More readable than Base64 for text content.
RFC 2045 requires lines to be no longer than 76 characters, with = as a soft line break.