<%@ page contentType="text/html; charset=Shift_JIS" %> Hello Worldを日本語で出力 <% String s = "こんにちわ 世界"; out.println(s); %>