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.

Referência Rápida

DePara
A65 (ASCII)
Z90 (ASCII)
a97 (ASCII)
048 (ASCII)
Space32 (ASCII)
@64 (ASCII)

Casos de Uso

Fórmula

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

Perguntas Frequentes

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.