URL Encode/Decode

Encode and decode URL

Text to encode

About URL encoding

URL encoding converts special characters into a format safe for transmission in a URL.

For example, a space becomes %20, and Cyrillic characters are encoded as sequences like %XX.

You might also need