English Japanese Kawa.netxp [Ajax] Romanization of Japanese language (Kanji and Kana)

Japanese language is written with a mix of Kanji and Kana characters.
Most of Kanji characters used in Japan were imported from China.
Two types of Kana characters, called Katakana and Hiragana, were created in Japan.
Kana characters are general terms for the syllabic Japanese scripts.

Enter some Japanese phrases and push the button below.
This page is implemented by ajax and POX over HTTP.









Result here.

This web service's specification

The mapping table from Kanji to roman is based on the dictionary of SKK which is a Japanese input method on Emacs. It was designed by Dr. Masahiko Sato and created in 1987. SKK is an abbreviation of 'Simple Kana to Kanji conversion program'.

Request

Request URL: http://www.kawa.net/works/ajax/romanize/romanize.cgi (POST method)

mode=japanese&ie=CHARSET&q=CHARSET

MODE is required; mode=japanese or mode=kana.
CHARSET is optional; and default value is ie=UTF-8.
QUERY is URL encoded Japanese phrases.

POX over HTTP response

The response from server is a POX, Plain Old XML, format.

<?xml version="1.0" encoding="UTF-8" ?>
<ul>
  <li>
    <span title="ni">に</span>
    <span title="ho">ほ</span>
    <span title="n">ん</span>
  </li>
</ul>

Japanese websites

Copy&paste is the good way to test the form above.

Comments by AjaxCom

Links

Kawa.netxp © Copyright 2003-2006 Yusuke Kawasaki