※「xxxx」は適宜に決めてください。フォームタグ(<form action=~)に
onSubmit="return false;" accept-charset="Shift_JIS" name="xxxx"サブミットボタン(<input type="submit"~)に下記を追加 onClick="org=document.charset; document.charset='Shift-JIS'; document.xxxx.submit(); document.charset=org;"