URL Encoder for Email Links

Your data never leaves your browser

Mailto links need URL encoding for special characters and line breaks.

Example

subject=Question about pricing & features&body=Hi, I'd like to learn more.

Tips

  1. 1Line breaks: %0A.
  2. 2Format: mailto:user@example.com?subject=&body=.
  3. 3Test in multiple clients.

Frequently Asked Questions

Line breaks?

Encode as %0A.

Length limit?

~2000 chars total.

HTML in body?

No. Plain text only.