Gliora

HTML entity encoder/decoder

HTML entity encoder and decoder

Converts special and non-ASCII characters into HTML entities (&, ñ…) or the other way around. Runs in your browser.

This HTML entity encoder/decoder converts special and non-ASCII characters into HTML entities, or decodes entities back into plain text, instantly as you type.

Safe characters in HTML

Encoding entities stops symbols like < or & from breaking your markup, and guarantees accents and special characters render the same regardless of the page’s encoding. Everything runs in your browser — nothing is sent anywhere.

FAQ

What are HTML entities for?
They let you display characters that have special meaning in HTML (like < or &) or characters outside ASCII (accents, é, ñ, symbols) without the browser interpreting them as code.
Does it decode numeric entities too?
Yes — both named entities (&) and numeric ones, in decimal (é) and hexadecimal (é).
Does this tool send my text anywhere?
No. Encoding and decoding both run locally in your browser; nothing is uploaded to a server.