URL Encoder

Encode or decode strings using encodeURIComponent/encodeURI.

Works Offline
Privacy First
No Login
No API

Input

Output

About the URL Encoder

Percent-encode text or full URLs for safe use in query strings and paths, or decode already-encoded URLs back to readable text. Toggle between component encoding and full-URI encoding modes.

Examples

Encode query value

hello world&more

Output

hello%20world%26more

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser