Escape special characters to HTML entities and back. How to encode/decode entities online with Bagiqo.
Special characters like <, >, & and " can be mistaken for markup. Escaping them to HTML entities makes them display literally.
The HTML entity converter turns special characters into entities (and back).
How to use it
- Open the entity converter.
- Paste your text.
- Encode or decode and copy the result.
When to use it
- Adding user text to a page safely.
- Displaying code with angle brackets.
- Fixing garbled ampersands.