HTMLエンティティ エンコーダ/デコーダ
Convert special characters to HTML entities and back. Named, numeric and hex formats — all in your browser.
| Char | Named | Numeric | Hex | Description |
|---|
エンコード方法と方法HTMLエンティティをデコードする
HTML エンティティとは何ですか?
HTMLエンティティ は、HTML 内で予約された意味を持つ文字、または直接入力できない文字を表す特別なコードです。例えば、 & アンパサンドを表し、 < 小なり記号、および &コピー; 著作権マーク。
プレーンテキストをエンコードする方法
プレーン テキストまたは HTML コンテンツを左側のパネルに貼り付けて、 エンコード。このツールは、HTML に依存するすべての文字 (&、<、>、引用符) および拡張 Unicode 文字を安全な HTML エンティティ コードに変換します。 [形式] ボタンを使用して、名前付き、数値、または 16 進数出力を選択します。
エンティティをデコードしてテキストに戻す方法
クリック デコード をクリックしてモードを切り替えてから、HTML エンコードされたテキストを貼り付けます。このツールは、すべてのエンティティ参照を元の文字に即座に解決します。使用 スワップ ワンクリックで入力パネルと出力パネルを反転します。
どの形式を選択すればよいですか?
- 名前付き — 人間が読める形式 (例: &、©)。コードの読みやすさに最適です。
- 数値(10進数) — ユニバーサル (例: &)。 XML を含むあらゆる場所でサポートされます。
- 16進数 — コンパクトな 16 進表記 (例: &)。 CSS および XML コンテキストで一般的です。
よくある質問
私のテキストはサーバーに送信されますか?
いいえ。ToolsPix HTML Entity Encoder は完全にブラウザー内で実行されます。入力がサーバーに送信されたり、ログに記録されたり、デバイスの外部に保存されたりすることはありません。
このツールはどのようなエンコード形式をサポートしていますか?
Three formats are available: Named entities (e.g., &), Numeric decimal entities (e.g., &), and Hex entities (e.g., &). Switch between them with the Format buttons — the result updates instantly.
どの文字がエンコードされますか?
In エンコード mode, the five HTML-sensitive characters (&, <, >, ", ') are always encoded, plus any character with a Unicode code point above U+007F. Standard ASCII printable characters pass through unchanged.
HTML エンティティをデコードするにはどうすればよいですか?
Click the デコード button to switch modes, paste your HTML-encoded text into the left panel, and the decoded plain text appears instantly. Use the Swap button to quickly reverse the panels in one click.
Unicode と特殊記号はサポートされていますか?
Yes. Common symbols like ©, ®, ™, €, and directional arrows have named entity equivalents. All other Unicode code points are encoded as numeric or hex entities covering the full Unicode range.