I am getting the parameter value as parameter from the Jersey Web Service, which is in Japaneses characters.
Here, \'japaneseString\'
Try with JVM parameter file.encoding to set with value UTF-8 in startup of Tomcat(JVM). E.x.: -Dfile.encoding=UTF-8