Skip to content

エンコーダー&暗号化

HTMLエンティティエンコード/デコード

無料のHTMLエンティティエンコーダー&デコーダー。&、<、>や名前付き/数値参照をエンコードしたり、テキストにデコードしたりできます。ブラウザで実行されます。

Runs in your browser
Input
Output

編集者注

Understanding · The four characters HTML can't ignore.

この詳細な解説章は現在、英語版のみで提供されています。上の変換ツールはあなたの言語で動作しますが、長文の解説記事はまだ翻訳されていません。

よくある質問

Quick answers.

Why do I need to escape HTML?

To prevent special characters from being interpreted as HTML tags. < becomes &lt; so the browser shows the character instead of opening a tag.

What characters need escaping?

At minimum: < > & " '. For maximum safety, escape every non-ASCII character to numeric entities like &#x1F600;.

Is my input uploaded?

No — runs entirely in your browser.

Does it handle named entities like &copy;?

Yes — both named (&copy;) and numeric (&#169; or &#xA9;) entities are decoded correctly.

Is the tool free?

Yes — fully free, no signup.

他の人はこちらも検索しています

Use with

What people reach for next.

関連ツール

More in this room.

すべて表示 エンコーダー&暗号化