RakkoTools

HTML Entities Encode/Decode

Encode convertible characters to HTML entities, decode HTML entities to characters

Xのアイコン
Add to favorite
Copy Clear
Copy Clear

What this tool can

Encoding special characters that can be converted into HTML entities, and decoding the encoded HTML entities into characters.

What is an HTML entity?

A string that starts with an ampersand '&' and ends with a semicolon ';'.
Entities are used instead of reserved characters (&, <,>, '') that are interpreted as HTML code, invisible characters (such as no-break spaces), and characters that cannot be entered from the keyboard (such as ©).

Useful for

  • Converting special characters such as copyright marks and mathematical symbols to character entities when programmers and designers write HTML code

related tools