URL & subdomain sanitizer
Turn text into a URL-friendly slug, removing symbols and transliterating Turkish characters.
Convert special HTML characters to entities. The output is displayed as plain text.
Runs in your browser
Convert special HTML characters to entities. The output is displayed as plain text.
Runs in your browser
Inputs are processed on this page and are never sent to a server.
Encode or decode HTML character references; decoded content remains text and is never executed.
Operation · Text
Convert special HTML characters to entities. The output is displayed as plain text.
<h1>Hello & welcome</h1>
Encode or decode HTML character references; decoded content remains text and is never executed.
<h1>Hello & welcome</h1>
Encode or decode HTML character references; decoded content remains text and is never executed.
Calculations run on your device. Form inputs are not sent to a server.