Try putting in the <HEAD> section of your form html:
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
and see if that works. Also you could try to add -Dfile.encoding=UTF8 in your build.sh/bat if you are using JBoss AS.
Hope this helps.