URL Encode/Decode
Encode and decode URLs with encodeURI and encodeURIComponent
encodeURI — leaves /?:@&=+$# intact
encodeURI preserves URL-structural characters: / ? : @ & = + $ #
encodeURIComponent encodes all special characters — use for query parameter values
Related Tools
Security
Password Generator
Generate strong passwords with customizable options and strength meter
Security
Hash Calculator
Calculate MD5, SHA-1, SHA-256, and SHA-512 hashes from text or files
Security
URL Encode/Decode
Encode and decode URLs with encodeURI and encodeURIComponent
Security
HTML Entity Encoder
Encode and decode HTML entities with named and numeric formats
Developer
JSON Formatter
Format, minify, and validate JSON with syntax highlighting
Developer
Base64 Encode/Decode
Encode and decode Base64 strings with URL-safe support