URL Encoder / Decoder
Developer ToolsEncode text for safe use in a URL, or decode an encoded URL back to plain text.
What you can do with this tool
- Encode a query parameter containing special characters
- Decode a URL copied from an address bar
Frequently asked questions
- What characters get encoded?
- Reserved and non-ASCII characters are percent-encoded per the standard encodeURIComponent behavior, e.g. spaces become %20.