Input

Encoding mode

Result


            

This tool runs locally in your browser. It does not send URLs to a ToolForge Online server.

Advertisement space

What is URL encoding?

URL encoding converts spaces, accents and special characters into a format that can be safely used inside URLs.

When to use it

Use it when preparing query parameters, testing links, debugging encoded strings or checking how a value will appear in a URL.

Full URL vs query value

Encode query value is best for a parameter value. Encode full URL keeps common URL separators readable while encoding spaces and special characters.

Local browser processing

Encoding and decoding happen with browser JavaScript on your device. Avoid pasting sensitive URLs if your policy does not allow it.

FAQ

Does this decode invalid text?

Invalid encoded sequences show a readable error instead of crashing the page.

Should I encode a full URL or only a value?

For a search term or parameter value, use query value mode. For a complete URL, use full URL mode.

Does it upload my URL?

No. The tool works locally in your browser.

Can it handle Polish characters?

Yes. Browser URL encoding supports Unicode characters such as Polish, German, Spanish and French text.