URL encode decode
URL encode decode. Format, encode or inspect developer snippets locally. Files and text stay on your device — Freela does not upload them.
Local only
Processed locally in your browser
TXTTEXT
- 1Run in the browser
- 2Download or copy
- TXT
Supported formats: Input and output: text.
- TXT
How to use
- Paste the value or encoded token.
- Choose encode or decode.
- Copy the result into your request.
Examples
- Encode a search term that contains ampersands.
- Decode a copied utm_campaign value.
Questions
- Does this tool upload my files?
- No. Published Freela tools in this release are LOCAL_ONLY and run in the browser.
- Is it free to use?
- Yes. There is no paywall on this page and we do not invent reviews or star ratings.
- What input does this page accept?
- URL encode decode: url codec. LOCAL_ONLY.
- Is this encodeURI or encodeURIComponent?
- encodeURIComponent, which also encodes &, ?, and = so values are safe inside a query.
- Will you request the URL?
- Never. There is no HTTP client in this tool.