Ive got this string: 123abc!@#$%^&*()_+ If I run it through a POST request on a website, it converts it to: 123abc%21%40%23%24%25%5E%26*%28%29_%2B+ What encoding is it?