PlanetToolboxPractical web tools

PlanetToolbox

URL Encoder / Decoder

Encode URLs, URL components, and query values or decode percent-encoded URL text locally in your browser.

Operation

Encode

Mode

Full URL

Input length

61

Output length

63

URL inputs

Encode or decode URLs

URL result

Notes

Full URL modeFull URL mode preserves URL separators while encoding spaces and unsafe characters.
Query modeQuery value mode can treat plus signs as spaces for form-style query strings.

URL encoding notes

Full URL mode preserves structural separators such as slashes and question marks. Component and query-value modes encode those separators when they are part of a value.