URL encoding with multiple modes
Professional URL encoding and decoding tool with support for standard, component, and multiple encoding levels
Enter text to encode using Standard URL Encoding
URL Encoded result
Click any example to try it
Original:
hello world test
Encoded:
hello%20world%20test
Original:
[email protected]?param=value&other=123
Encoded:
user%40domain.com%3Fparam%3Dvalue%26other%3D123
Original:
CTF{url_encoding_is_easy}
Encoded:
CTF%7Burl_encoding_is_easy%7D
Original:
admin
Encoded:
%2561%2564%256D%2569%256E
Original:
' OR 1=1 --
Encoded:
%27%20OR%201%3D1%20--
Original:
../../../etc/passwd
Encoded:
..%2F..%2F..%2Fetc%2Fpasswd
Common characters and their URL encoded equivalents