I have a MS Access database and I would like to use servlet to retrieve information from that. When I input some chinese character on web browser and print the sql using System.out.println(), then I found the the character changed to something like "select * from test where name like '?s?F'". So can anyone help me to solve it please?