| Original | ;/?:@&=+$,# |
|---|---|
| &mvte | ;/?:@&=+$,# |
| &mvta | %3B%2F%3F%3A@%26%3D%2B%24%2C%23 |
| encodeURI() | |
| encodeURIComponent() |
| Original | -.!~*'() |
|---|---|
| &mvte | -.!~*'() |
| &mvta | -.%21%7E*%27%28%29 |
| encodeURI() | |
| encodeURIComponent() |
| Original | ABC abc 123 |
|---|---|
| &mvte | ABC abc 123 |
| &mvta | ABC+abc+123 |
| encodeURI() | |
| encodeURIComponent() |
| Original | https://jsmith:foo@www.example.com:443/path/to some/,image here.png?q=s&q2=a+b&q3=some thing#hash=value |
|---|---|
| &mvte | https://jsmith:foo@www.example.com:443/path/to some/,image here.png?q=s&q2=a+b&q3=some thing#hash=value |
| &mvta | https%3A%2F%2Fjsmith%3Afoo@www.example.com%3A443%2Fpath%2Fto+some%2F%2Cimage+here.png%3Fq%3Ds%26q2%3Da%2Bb%26q3%3Dsome+thing%23hash%3Dvalue |
| encodeURI() | |
| encodeURIComponent() |
| Original | `~@#$%^&*() -=_+ []{}\|;':"<>?,./ |
|---|---|
| &mvte | `~@#$%^&*() -=_+ []{}\|;':"<>?,./ |
| &mvta | %60%7E@%23%24%25%5E%26*%28%29%09-%3D_%2B+%5B%5D%7B%7D%5C%7C%3B%27%3A%22%3C%3E%3F%2C.%2F |
| encodeURI() | |
| encodeURIComponent() |
| # | Original | &mvte | &mvta | encodeURI() | encodeURIComponent() |
|---|---|---|---|---|---|
| 0 |