Email Obfuscator

Obfuscate email addresses into HTML entities and mailto links.

Entity-encoded email output
Encoded mailto link generation
Simple copy-ready HTML snippet

Email address

Convert a plain address into encoded output for lightweight HTML publishing.

Obfuscated output

Use the entity string or the encoded mailto link in simple HTML.

Common use cases

  • Publishing contact info with less plain-text exposure
  • Building encoded mailto links for simple sites
  • Generating quick HTML snippets for contact sections

FAQ

Does this fully stop spam bots?

No. It is a lightweight deterrent, not a guarantee against scraping or abuse.

Can I use the output directly in HTML?

Yes. The entity string and encoded mailto link are meant to be pasted into simple HTML workflows.

More guides