String news = new String(testString.getBytes("ISO8859_1"), "GBK");
对于地址栏汉字乱码可用:
java.net.URLDecoder.decode("汉字") 解决