How it works
- Paste the URL component or query parameter value.
- Choose encode or decode.
- Copy the processed output into your integration or test case.
Convert spaces, accents, symbols and query parameter values into URL-safe text, or decode encoded URL components for debugging.
Result
The processed output appears here after you run the tool.
The tool is useful for query values, path fragments and integration parameters where reserved characters need escaping.
Decoding a parameter can make redirects, filters and tracking values easier to inspect.
The browser handles encoding and decoding without sending the pasted string to an Orbitautil backend.
Usually encode the component or parameter value, not an already complete URL.
No. Processing runs in your browser.
The string may contain malformed percent-encoding.
Encode and decode Base64 text locally in your browser for quick API, email and integration checks.
EnglishFormat, validate, pretty print, sort and minify JSON locally in your browser with clear parse errors.
EnglishDecode JWT header and payload locally in your browser. Signature is not validated.