URL Encoder/Decoder

Encode and decode URLs and query strings. Supports query string and path segment percent encoding.

What is URL encoding? URL encoding (percent encoding) converts unsafe characters into %XX notation, where XX is the hexadecimal UTF-8 value of the character. Query string mode encodes spaces as + (standard form encoding), while path segment mode uses %20.