URL Encode / Decode
Percent-encode or decode URL strings and query parameters. Supports full URL encoding and component encoding.
Your files never leave your device
Quick reference
Space→%20&→%26=→%3D?→%3F+→%2B#→%23/→%2F@→%40How to URL Encode / Decode
- Paste your text or URL into the input area.
- Click "Encode Component" to encode query parameter values (encodeURIComponent).
- Click "Encode Full URL" to encode a complete URL while preserving its structure (encodeURI).
- Click "Decode" to reverse percent-encoding back to the original string.
- Use "Swap to input" to move the output back for further processing.
Why Use This Tool?
URL encoding is essential when working with web APIs, building query strings, or handling user-submitted data in URLs. This tool makes it easy to encode and decode URL components without writing code, with a quick reference table for the most common encoded characters.