URL Encoded to Text

Result will appear here

Conversion happens locally in your browser. No data is sent to any server.

Decode URL-encoded text. Converts percent-encoded characters back to readable text.

Conversion happens locally in your browser. No data is sent anywhere.

FAQ

What characters get URL encoded?
Spaces, punctuation, and non-ASCII characters are encoded. Letters, numbers, and - _ . ~ are typically left as-is.
Is URL encoding the same as HTML encoding?
No. URL encoding uses %XX format, while HTML encoding uses &entities; like & for &.