Specify the JIS character code

Explanation

The character code used in a page specifies content-type for http-equiv. Specify text/html;charset=iso-2022-jp for content.

Sample Code [Output]

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-2022-jp">
<title>Sample</title>
</head>
<body>
<h1>Sample</h1>
<p>
Specify a character code.
</p>
</body>
</html>