URL Decoder | SJB -->

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

Pages

URL Decoder

In many cases, we may find data escaped. Especially for the data that are represented by an unreserved character. Most of the unreserved characters are automatically encoded by some systems. We know that the characters allowed in a URI are can be either reserved or unreserved. Any character that is not an alphabetic character, a number, or a special character that is being used outside its normal context is should be encoded. "%7e" is sometimes used instead of "~" in an HTTP URL path. Considering every possible scenario, if you need to decode your URI, use the tool below_

Enter your encoded URL:

unescape():

decodeURI():

decodeURIComponent(): (recommended)

Check out Compare unescape(), decodeURI(), and decodeURIComponent()
Check out URL Encoder

No comments:

Post a Comment