Instantly encode or decode URLs using percent encoding.
Converts special characters for web-safe links, or decodes URLs back to readable text. All calculation is local for privacy.
How it works:
Enter any text to get a URL-safe encoded version (percent-encoding, e.g. hello world → hello%20world).
Or paste an encoded URL to decode it.