Skip to tool
URL Encode / Decode
Quick reference
Space→%20&→%26=→%3D?→%3F+→%2B#→%23/→%2F@→%40▸About this tool
Percent-encode or decode URL strings and query parameters. Supports full URL encoding and component encoding.
▸Privacy and details
Your files never leave your device.
Fast browser processing with no account required.
Optimized for desktop and mobile with accessible controls.
▸How to use
- 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.