URL Encoder / Decoder
Convert text to URL-encoded format (component or full URI) or HTML entities, or decode already-encoded strings. An essential tool for working with APIs and web scraping.
Input
Result
Type something to encode or decode.
Related tools
Frequently asked questions
When should I use URL component vs full URL?+
The component encoding turns spaces into %20 and encodes every symbol. Full URL encoding only encodes invalid characters, keeping / and : intact.

