Encode strings to be URL-safe or decode them back to their original form.
The URL Encoder & Decoder is an essential tool for web developers and anyone working with web addresses. URLs can only contain a specific set of characters; special characters must be converted into a format known as percent-encoding (e.g., a space becomes `%20`). This tool allows you to encode a string, converting all special characters into their URL-safe equivalents. Conversely, it can decode a URL-encoded string back into its original, human-readable form. This is crucial for correctly passing data in URL query strings or ensuring that any URL is valid and works as expected.
To Encode a String for a URL:
- Select the "Encode" tab.
- Type or paste your string with special characters (like spaces, slashes, or ampersands) into the "Decoded String" text area.
- Click the "Encode" button.
- The URL-safe, percent-encoded string will appear in the "Encoded String" text area on the right.
To Decode a URL-Encoded String:
- Select the "Decode" tab.
- Paste a URL-encoded string (containing `%` characters) into the "Encoded String" text area.
- Click the "Decode" button.
- The original, decoded string will appear in the "Decoded String" text area on the right.
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.