Input Text

0 characters, 0 words

Output Text

0 characters, 0 words

Escape/Unescape Strings

Convert text for HTML entities

Who Uses This Tool

  • Web Developers preventing XSS
  • Bloggers posting code tutorials
  • Content Management System users
  • Security Researchers

Key Features

  • Encodes specialized characters
  • Decodes HTML entities back to text
  • Supports Named Entities (©)
  • Supports Numeric Entities (©)
  • Bulk processing

Frequently Asked Questions

Why do I see & instead of &?

That is an HTML Entity. Browsers interpret '&' as the start of a code sequence. Using '&' tells the browser 'just display the ampersand symbol, don't run code'.

Is this different from URL Encoding?

Yes. URL encoding (percent-encoding like %20) is for addresses. HTML escaping (entities like  ) is for page content display.

Related Tools

URL Escape

Escape strings for Java, C#, or URL params. Convert text to safe URL-encoded format instantly.

Use Tool

JSON Escape

Escape text for JSON strings. Convert quotes and backslashes to safe JSON format instantly. JSON stringify tool.

Use Tool

Base64 Encoder

Encode text to Base64 format instantly. Convert binary data or strings to safe ASCII Base64 strings for email, HTML, and APIs. Free, secure, and client-side.

Use Tool