URL Encoder/Decoder

Drag and drop files here

or

Upload a text file to URL encode

Examples:

URL Encoding Stats

Input Length
0 characters
Output Length
0 characters
Special Characters
0 occurrences
Encoded Sequences
0 occurrences

About URL Encoding

URL encoding converts characters that are not allowed in URLs into a format that can be transmitted over the Internet. Standard encoding (encodeURIComponent) encodes all special characters including: , / ? : @ & = + $ #

Most common encoded characters: space (as %20), ?, &, =, #, +, %, :, @, /, and $