Free Online Tool
URL Encoder/Decoder
Convert URLs, query strings, and text with special characters directly in your browser.
The result will appear here.
Your input is not sent to a server and is processed only in your browser.
How to Use
- Enter a URL or text.
- Choose encode or decode.
- Copy the converted result.
Examples
- Encode a search query for a URL
- Decode %20 and encoded Korean text
Calculation and Conversion Notes
URL encoding uses `encodeURIComponent`. URL decoding uses `decodeURIComponent`. Use it to convert spaces, Korean text, and special characters into a safer string for URLs.
Related Tools
Base64 Converter
Encode text to Base64 or decode Base64 to text.
JSON Formatter
Format, minify, and validate JSON in one place.
QR Code Generator
Generate a QR code from text or a URL.
CSV JSON Converter
Convert CSV to JSON or JSON arrays to CSV.
Character Counter
Count characters, words, lines, and characters without spaces.
Remove Spaces
Remove extra spaces, leading and trailing spaces, or line breaks.