str = new String(str.getBytes("GB2312"),"8859_1");
str = new String(str.getBytes("8859_1"),"GB2312");