URL Encoder/Decoder

Encode and decode URL components

encodeURIComponent — encodes all special characters

Enter text to encode

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

URL Encoder/Decoder FAQ

What is the difference between full URI and component mode?

Component mode encodes reserved characters more aggressively, while full URI mode preserves URL structure characters.

Can I decode percent-encoded strings?

Yes, decode mode converts percent-encoded sequences back to readable text.