URL Encode

Percent-encode special characters in URLs and query strings. Use encodeURIComponent for individual parameters, or encodeURI to encode a full URL while preserving its structure. 100% client-side — nothing is sent to any server.

Plain text / URL
Encoded URL