URL ENCODER / DECODER

Encode or decode a URL string.

Escape special characters for a URL, or decode a percent-encoded string back to plain text.

Input

Output

How to use this

Encoding replaces characters like spaces and symbols with percent-escaped codes so text is safe to use in a URL. Decoding reverses that back to readable text.