✉️
🏠

Hide Your Email on a Personal Site

For personal portfolios and blogs, obfuscation cuts spam from contact-page scrapers.

ログイン不要

HTML entities (recommended)

Each character becomes a numeric HTML entity. Browsers render it as the original email, but most simple scrapers reading the raw HTML see gibberish.

HTML to paste into your site
<a href="mailto:&#104;&#101;&#108;&#108;&#111;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;">&#104;&#101;&#108;&#108;&#111;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;</a>

How it renders in a browser:

💡 Modern spam bots are sophisticated. Obfuscation slows them down but isn’t bulletproof. For maximum protection, combine with: server-side rate limiting on contact forms, honeypot fields, and reCAPTCHA-equivalent. For low-stakes use (a contact page on a small site), HTML entity obfuscation cuts scraper hits by ~60-80%.

Personal Sites tips

🏠

For personal sites without a mail server (just a contact link), obfuscating your email stops most spam scrapers.

💡

The "HTML entities" method is the best balance of compatibility and protection — works without JavaScript and renders correctly for all users.

🎯

For maximum protection, use JavaScript assembly — scrapers without JS engines will miss the address entirely.

使い方

1
入力
Enter your data into the tool above. Everything stays local to your browser.
2
処理
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
ダウンロード
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

なぜ私たちのツール?

完全に無料 — 隠れたコストは永遠にありません
アカウント、メール、ログイン不要
ファイルがデバイスを離れることはありません
ファイルサイズの制限は一切ありません
出力に透かしなし

Also check out…

よくある質問