DevToolkitFREE

URL Encoder / Decoder

Encode special characters for use in URLs, or decode URL-encoded strings back to plain text.

Common encodings:

space → %20& → %26= → %3D+ → %2B/ → %2F? → %3F# → %23@ → %40

Uses encodeURIComponent / decodeURIComponent — all processing is local.