Dev Tools

URL Encoder/Decoder

Encode or decode URL components (encodeURIComponent/decodeURIComponent).

Input
Result
Tip: To encode a full URL, encode only the query parameter values (not the whole URL) unless you know what you’re doing.

Related tools