https%3A%2F%2Fexample.com
hello%20world%21
URL Encoder & Decoder
Encode and decode URLs instantly. Convert special characters to percent-encoded format or decode encoded URLs back to readable text.
Two-way sync
RFC 3986 compliant
No data stored
Raw Text
Type or paste your URL or text to encode
Encoded URL
Type or paste an encoded URL to decode it
Related Tools
Base64 Encoder
Encode and decode strings using Base64 encoding.
JWT Decoder
Decode and inspect JSON Web Tokens securely in your browser.
JSON Formatter
Format, validate, and minify JSON data instantly.
Unix Timestamp
Convert Unix timestamps to human-readable dates and back instantly.
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes instantly.
What is URL encoding? URL encoding (percent-encoding) replaces unsafe ASCII characters with a "%" followed by two hexadecimal digits, ensuring URLs are transmitted correctly over the internet.
Uses encodeURIComponent / decodeURIComponent — all conversions happen locally in your browser.