URL Encoder | SJB -->

This website uses cookies to ensure you get the best experience. More info...

Pages

URL Encoder

If you are a web developer or blogger, you need to put together a string for using it in a URL in many cases. To do that, you have to be very careful, you have to account some special characters that have special meanings in URL such as question marks or ampersands or multi-bytes Unicode characters that must be encoded properly to be expressed properly inside a URL. If you want to make sure that your URL follows proper rules, this is a handy encoder to check with.

     Test characters: ~!@#$%^&*=+(){}[],?/:;'\"\\
[ Outputs will be the encoded values of Test Characters unless input value is provided ]

Enter your URL:

escape():

encodeURI():

encodeURIComponent(): (recommended)

Check out Compare escape(), encodeURI(), and encodeURIComponent()
Check out URL Decoder

No comments:

Post a Comment