Skip to main content

URL Encoder / Decoder

URL encode and decode strings for safe transmission

0 characters
0 characters

About URL Encoding

URL encoding converts special characters into a format that can be safely transmitted over the internet. Characters are replaced with a "%" followed by their hexadecimal ASCII value.

Examples:

Space → %20
@ → %40
& → %26
? → %3F