Easily convert special characters to HTML entities and back.
The HTML Entity Encoder & Decoder is a crucial tool for web developers and content creators. HTML entities are used to display reserved characters (like `<`, `>`, `&`) or special characters that might not be available on a standard keyboard. This tool allows you to easily encode plain text into its HTML entity equivalent, which prevents the browser from interpreting it as HTML code. Conversely, you can decode HTML entities back into their original characters to read or edit them.
To Encode Text to HTML Entities:
- Select the "Encode" tab.
- Type or paste your plain text (e.g., `Hello`) into the left-hand textarea.
- Click the "Encode" button.
- The text will be converted into HTML entities (e.g., `<div>Hello</div>`) in the right-hand textarea, ready to be safely displayed on a web page.
To Decode HTML Entities to Text:
- Select the "Decode" tab.
- Paste your HTML entity string into the left-hand textarea.
- Click the "Decode" button.
- The entities will be converted back to their original characters in the right-hand textarea.
Password Strength Analyzer
Test the exact strength of your passwords against realistic cracking algorithms. Discover how long it would take a hacker to guess your password.
RSA Key Pair Generator
Generate secure RSA Public and Private Key pairs securely within your browser using the native Web Crypto API. Export to standard PEM format instantly.
CIDR Subnet Calculator
Calculate IPv4 subnets, broadcast addresses, wildcard masks, and usable host ranges seamlessly with this instant CIDR notation calculator.
SQL Query Formatter
Format, beautify, and standardize your SQL queries. Instantly turn unreadable, minified, or messy SQL statements into beautifully indented and color-coded code.