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.