Email Obfuscator
Obfuscate email addresses into HTML entities and mailto links.
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.
How it works
Convert an email address into entity-encoded output so you can reduce plain-text exposure in lightweight HTML workflows. The result is produced immediately so you can review it before copying or using it elsewhere.
Privacy
The tool is designed to process ordinary input in your browser. Avoid pasting passwords, private keys, access tokens, personal records, or other sensitive production data into any online utility.
Limitations
This utility handles the focused workflow described on this page. Check the result before production use, especially when an input depends on a vendor-specific format, security rule, or external standard.