URL Encoder/Decoder

Encode and decode URLs with special characters

About URL Encoding

URL encoding (percent-encoding) replaces special characters with percent-encoded equivalents so they can be safely transmitted in URLs.

Characters like spaces, &, =, and ? have special meaning in URLs and must be encoded when used as data values.

This tool uses standard percent-encoding (RFC 3986) to encode and decode URL components.