Skip to content

Developer Tools

URL Encoder / Decoder

Encode or decode URL query strings and path segments with encodeURIComponent.

How it works

Paste a string and encode it for safe use in a URL, or decode a percent-encoded string back to readable text.

Example

hello world encodes to hello%20world. email=ada@calcly.fit becomes email%3Dada%40calcly.fit.

Frequently asked questions

Popular tools