πŸ”— URL Encoder / Decoder

Encode or decode URL strings

Free Instant results No data stored

URL Encoder / Decoder

Percent-encode or decode text and query strings β€” runs in your browser, nothing uploaded.

input
0 lines
0 chars
result
0 lines
0 chars
What This Tool Does

Encode: Uses encodeURIComponent so spaces and reserved characters become percent-encoded (e.g. %20, %26)β€”ideal for query values and path segments.

Decode: Normalizes + to spaces, then decodeURIComponent. Invalid sequences show an error toast instead of breaking the page.