URL Encoder/Decoder
Encode or decode URL strings, query parameters, and special characters.
Input Length 0
Output Length 0
How it works
Encoding: Converts unsafe characters to percent-encoded values.
Decoding: Restores percent-encoded values back to readable text.
Plus handling: Optionally treat plus signs as spaces for query strings.
100% local: Processing happens in your browser only.