OhMyCalc

HTML кодировщик/декодировщик

Кодируйте и декодируйте HTML-сущности онлайн.

How to Use the HTML кодировщик/декодировщик

  1. Enter or paste your text in the input field.
  2. The encoded or decoded result appears automatically.
  3. Copy the output using the copy button.
  4. Switch between encode and decode modes if available.

クイックリファレンス

変換元変換先
A65 (ASCII)
Z90 (ASCII)
a97 (ASCII)
048 (ASCII)
Space32 (ASCII)
@64 (ASCII)

使用例

計算式

Replacing characters < > & " with HTML entities &lt; &gt; &amp; &quot;.

よくある質問

What are HTML entities?
Special sequences for displaying reserved characters in HTML.
Why encode HTML?
So browsers don't interpret characters as HTML tags.
Which characters should be encoded?
Required: < > & ". Also recommended: quotes and apostrophes.