HTMLエンティティエンコーダー/デコーダー
特殊なHTML文字をエンティティにエンコードし、テキストにデコードします。完全なエンティティ参照表を閲覧できます。無料、即時、100%プライベート。
About HTML Entities
HTML entities are special codes that represent characters reserved in HTML or that are difficult to type directly:
- Named entities:
,<,>,&— human-readable names - Numeric decimal:
 ,<— decimal character codes - Numeric hex:
 ,<— hexadecimal character codes - Common use: Safely display HTML tags in code samples, show special symbols like © ™ €
All processing happens in your browser. Your text never leaves your device.
HTML Entities Reference
Common HTML named entities with their character, entity name, and numeric code.
About HTML Entity Encoder/Decoder
特殊なHTML文字をエンティティ相当に変換し、元に戻します。一般的なHTMLエンティティの完全な参照表を含みます。すべての処理はブラウザ内でローカルに行われます。
エンティティにエンコード
&、<、>、"、' をHTMLエンティティ相当に変換します。安全なHTML出力とコード表示に不可欠です。
エンティティをデコード
名前付きおよび数値のHTMLエンティティを読み取り可能な文字に変換します。名前付き、10進数、16進数のエンティティ形式をサポートします。
文字数統計
エンコードが文字列の長さに与える影響を確認します。ソースと結果の文字数を比較して、変換を理解します。
エンティティ参照表
一般的なHTML名前付きエンティティの完全な表を、文字、エンティティ名、数値コードとともに閲覧できます。