Wareki

Japanese Era Converter

Convert Gregorian dates to Japanese era years and back.

Japanese era

Pick a Gregorian date, or enter an era date like Reiwa 8-7-31.

The Japanese era converter translates between Gregorian dates and wareki, the era-year system still used across Japanese official documents, forms, and printed calendars. Pick a Gregorian date to see the matching era name and year, or paste an era date such as Reiwa 8-7-31 to convert back. The tool covers the five eras since Japan adopted the Gregorian calendar: Meiji, Taisho, Showa, Heisei, and Reiwa.

How wareki numbering works

Each era begins when a new emperor accedes and continues until the next accession. Within an era, years count from one rather than from a fixed epoch, so the era name and the era year together identify a Gregorian year. Months and days are unchanged: only the year label differs. That makes the conversion a matter of finding the right era for a date and subtracting the era's starting year.

The first year of an era is often written gannen rather than the numeral one. This converter accepts either form as input and notes the gannen reading when you land on a first year.

Why era boundaries fall mid-year

Because eras change on the day of an accession rather than on January 1, most transition years contain two era labels. The Showa era ended and Heisei began in early January, which means dates from the first week of that Gregorian year carry the older era name while the rest of the year carries the newer one. The change from Heisei to Reiwa fell at the start of May, splitting that Gregorian year into four months of one era and eight of the next.

This is the single most common source of conversion mistakes. Subtracting a fixed number from the Gregorian year works for most of a year and then quietly fails around the boundary. The converter checks the full date, not just the year, so transition days resolve correctly.

Era start dates

Meiji is dated from late October 1868, Taisho from the end of July 1912, Showa from Christmas Day 1926, Heisei from January 8, 1989, and Reiwa from May 1, 2019. Each of those dates is the first day of era year one. A Gregorian date on or after an era's start and before the next era's start belongs to that era.

The 1873 calendar change

Japan replaced its lunisolar calendar with the Gregorian calendar at the start of 1873, which fell inside the Meiji era. Before that switch, Japanese dates were recorded on a lunisolar system whose months do not line up with Gregorian months at all. The converter flags dates earlier than 1873 rather than pretending the arithmetic is exact, because mapping a pre-1873 wareki date requires a lunisolar calendar table rather than simple year subtraction. For historical research covering that period, treat the era year as reliable and the month and day as requiring a specialist source.

Input formats the tool accepts

You can write the era name in full, use its single-letter abbreviation, or paste the kanji form. All of these describe the same date: Reiwa 8-7-31, R8-7-31, and the two-character kanji era name followed by the same numbers. The letter abbreviations follow the standard convention used on Japanese forms and in databases, where M, T, S, H, and R stand for the five modern eras. Separators can be hyphens, periods, or slashes.

Because the abbreviations are widely used in fixed-width record formats, a date might arrive as something like S45.10.03. Paste it as-is; the parser handles the punctuation.

Where you will meet wareki

Government forms, driver's licenses, residence cards, bank paperwork, university records, and property registries all use era years, often without a Gregorian equivalent printed alongside. Japanese software frequently stores dates in era form for compatibility with those documents. Anyone filling in Japanese paperwork from abroad, digitizing archival records, or building software with a Japanese user base will need this conversion regularly.

Newspapers and everyday conversation mix both systems freely, sometimes within the same sentence, so a converter is genuinely useful rather than an academic curiosity.

Storing era dates in software

Keep the Gregorian date as your canonical value and render the era form for display. Era names can be added — a new era begins with each accession, and the last transition was announced only weeks before it took effect — so any system that stores era codes as its source of truth eventually needs a data migration. Storing the Gregorian instant and formatting on output means adding a new era is a table update rather than a schema change.

If you must accept era input from users, validate the era year against the length of that era. A Heisei year beyond thirty-one, for example, does not exist.

Related converters

Other regional year systems work the same way, counting from a fixed starting point rather than from the common era. See the Minguo converter for the Republic of China years used in Taiwan and the Thai Buddhist Era converter for the year numbering used in Thailand. For calendars where the months themselves differ, try the Hebrew, Islamic, or Persian converters. The full set is on the converters hub, and the date format converter handles the plain Gregorian layouts.

Checking your result

Convert in both directions and confirm the round trip returns your original date. If a result looks a year off, check whether your date sits close to an era boundary, since that is where fixed-offset arithmetic breaks down. If it looks decades off, check that you have the right era name — Showa and Heisei both begin with an S sound in some romanizations, and mixing them up shifts the result by more than sixty years.

Frequently asked questions

How do I convert a Gregorian year to an era year?

Subtract the era's starting year and add one. Reiwa began in 2019, so a Reiwa year equals the Gregorian year minus 2018. The catch is that eras change mid-year, so you must check the month and day near a boundary rather than the year alone.

What does gannen mean?

Gannen is the word used for the first year of an era instead of the numeral one. You will see it on documents dated in an era's opening months. This converter accepts gannen as input and labels first years accordingly.

Why are two eras listed for the same Gregorian year?

Eras begin on the day an emperor accedes, not on January 1. Transition years therefore carry one era name before the accession date and another after it, so the correct label depends on the full date rather than the year.

Can I convert dates before 1873?

Only approximately. Japan used a lunisolar calendar until the start of 1873, so earlier months and days do not align with Gregorian ones. The tool flags such dates; treat the era year as reliable and check the month and day against a specialist lunisolar source.

What input formats does the tool accept?

Full era names, single-letter abbreviations, and kanji era names all work, with hyphens, periods, or slashes as separators. Reiwa 8-7-31 and R8.07.31 describe the same date, matching the conventions used on Japanese forms.

Should software store dates in era form?

No. Store the Gregorian date and render the era form when displaying it. New eras are announced with little warning, so systems that treat era codes as their source of truth need a migration each time an emperor accedes.

Which eras does this tool cover?

Meiji, Taisho, Showa, Heisei, and Reiwa — the five eras spanning the period since Japan adopted the Gregorian calendar. Earlier eras exist but require lunisolar conversion tables rather than year arithmetic.

Processing, please wait...