🔤 Romaji Converter (Hepburn / Kunrei / Nihon)
Paste kana text and convert it to romaji using the Hepburn, Kunrei-shiki, or Nihon-shiki romanization systems - all three systems, in your browser.
What is this tool?
Romaji (ローマ字, "Roman letters") is the representation of Japanese sounds using the Latin alphabet. It is how Japanese words appear in English-language news, passports, train stations, and keyboards. There is no single official system - instead three major romanization standards coexist, and they disagree on a handful of sounds.
The Hepburn system (hebon-shiki), designed by James Curtis Hepburn in 1886, is the most familiar to English speakers because it matches English spelling - shi, tsu, fu, ji. The Kunrei-shiki (訓令式, "Cabinet Order system") is the official system taught in Japanese schools and used by the government, with a more regular spelling - si, tu, hu, zi. The Nihon-shiki (日本式) is the strict one-kana-one-letter system that underpins Kunrei and is favoured by linguists for its one-to-one reversibility.
This romaji converter outputs all three systems side by side so you can compare them. It is useful for students who must follow a specific textbook, for translators aligning with a publisher style guide, and for anyone filling out a passport (which uses Hepburn). If you also need to flip between hiragana and katakana, use the kana converter; for readings of kanji, try the kanji reading lookup.
Refer to the table below for the key sounds where the three systems diverge:
| Kana | Hepburn | Kunrei | Nihon |
|---|---|---|---|
| し | shi | si | si |
| ち | chi | ti | ti |
| つ | tsu | tu | tu |
| ふ | fu | hu | hu |
| じ | ji | zi | zi |
| ぢ | ji | zi | di |
| づ | zu | zu | du |
| しゃ | sha | sya | sya |
| ちゃ | cha | tya | tya |
How it works
The converter stores a lookup table that maps every kana to its romaji string in each of the three systems. It scans the input left to right, first trying to match digraphs (two-kana sequences like きゃ kya, しゃ sha/sya) before falling back to single kana. Voiced and semi-voiced marks (゛ ゜) are bundled with the base kana during the lookup. Particles は and へ are handled as standard syllables unless you flag them; the long-vowel mark ー repeats the previous vowel (コーヒー → kōhī in Hepburn with macrons).
The table below shows how the three systems handle long vowels and the particle は:
| Feature | Hepburn | Kunrei | Nihon |
|---|---|---|---|
| Long vowel (おう) | ō (macron) | ô (circumflex) | ô (circumflex) |
| Long vowel (ー) | repeat vowel | repeat vowel | repeat vowel |
| Particle は | wa | wa | wa |
| Particle へ | e | e | e |
| ん before vowel | n-apostrophe | n-apostrophe | n-apostrophe |
| っ (geminate) | double next consonant | double next consonant | double next consonant |
Kanji cannot be converted directly because each kanji has multiple readings - to romanise kanji text you would first need its furigana, which the furigana generator can produce for common words. To count letters in the romaji output, drop it into the Japanese character counter.
How to use
- Paste kana text (hiragana or katakana) into the input box.
- Select a romanization system - Hepburn, Kunrei-shiki, or Nihon-shiki.
- Click Convert to see the romaji output instantly.
- Compare all three systems side by side if you are unsure which to use.
- Copy the result and paste it wherever you need Latin letters.
Frequently Asked Questions
Can it convert kanji to romaji?
Not directly. Kanji have multiple possible readings, so romanising them requires furigana first. Generate furigana for common words, then run the kana through this converter.
Which system should I use for a passport?
Use Hepburn. The Japanese passport office and almost all English-language dictionaries and signage use Hepburn romanization, so it matches what readers expect.
Why do し and ち come out as "si" and "ti" in Kunrei?
Kunrei-shiki and Nihon-shiki follow a strict one-kana-one-consonant rule for regularity and reversibility, whereas Hepburn uses "shi" and "chi" to match English pronunciation. Neither is wrong - they reflect different priorities.
How is the long-vowel mark ー handled?
The ー mark repeats the preceding vowel in all three systems. In Hepburn a long o may also be written with a macron (ō), but the tool follows the kana you actually typed.
Does it handle small kana like ゃ ゅ ょ and っ?
Yes. Small y-glides (ゃ ゅ ょ) combine with the preceding kana into digraphs like kya, pyo; the small っ doubles the following consonant (がっこう → gakkō).
Is my text uploaded anywhere?
No. All conversion runs locally in your browser. Nothing is sent to a server, so you can safely paste private or draft text.
Tips & Advice
For passports, visa forms, and most English-language publications, use Hepburn - it is what the Japanese government uses for passports and what most dictionaries adopt. For academic linguistics or when you need the romaji to round-trip back to kana perfectly, choose Nihon-shiki. For Japanese schoolwork and government documents, Kunrei-shiki is the official standard. Watch out for the syllabic n (ん) before a vowel or y: shinai (し+ない) and shin-ai (しん+あい) are different words, so the apostrophe matters. If you are romanising for a database key, pick the system that avoids diacritics (macrons, circumflexes) to keep ASCII sorting clean. To hear how each kana reads first, check the kanji reading lookup.
Related Tools
Hiragana to Katakana Converter
Convert hiragana to katakana and katakana to hiragana instantly in your browser.
Furigana Generator
Add furigana readings above kanji in Japanese text. Free browser-based furigana
Okurigana Helper
Check correct okurigana spelling for common Japanese verbs and adjectives. Free
Kanji Reading Lookup
Look up the onyomi and kunyomi readings of any common kanji. Free browser-based
Japanese Character Counter
Count Japanese characters, bytes (UTF-8 and Shift-JIS), and distinguish full-wid
Case Converter
Convert text to uppercase, lowercase, title case, and more online for free. Quic
Sources & References
- Hepburn, J.C., "A Japanese and English Dictionary; with an English and Japanese Index" (1867) — the origin of the Hepburn system
- Japanese Government Cabinet Order No. 1 (1954) — Kunrei-shiki romanization standard
Limitations
- This converter uses fixed kana-to-romaji lookup tables; it does not perform morphological analysis, so mixed kanji input is not romanized.