Insights · Verification

Why the same Japanese company has three different names

Front kabu or rear kabu, traditional characters like 髙 and 﨑, kanji versus katakana, and four ways to romanise one surname. Why Japanese company names defeat string matching, and the one field that does not.

Published 3 September 2026 · 5 min read · Onmitsu Inc., Tokyo

You have a list of Japanese companies. Somewhere in it, the same company appears twice under names that do not match, and you have no idea. Somewhere else, two genuinely different companies have collapsed into one row because their names looked identical to your deduplication.

This is not sloppy data entry. Japanese company names carry several kinds of legitimate variation that a string comparison cannot see through, and every one of them survives translation. If you are matching a supplier list against a customer list, or checking whether the company that emailed you is the one you researched, this is where it goes wrong.

Why does 株式会社 sometimes come first and sometimes last?

Because both are valid, the choice is made at registration, and it is part of the legal name.

株式会社 (kabushiki kaisha) is the corporate form, roughly equivalent to “Co., Ltd.” or “Inc.” In Japanese it can sit before the name — 株式会社山田製作所 — or after it — 山田製作所株式会社. The industry shorthand is maekabu (前株, “front kabu”) and atokabu (後株, “rear kabu”).

Which one a company uses is fixed in the register and is not interchangeable. But in everyday use it gets dropped, abbreviated to (株), or moved. So the same company can plausibly appear in your data as:

  • 株式会社山田製作所 — the registered form
  • 山田製作所 — the name without the corporate form, which is how everyone refers to it
  • (株)山田製作所 — the common written abbreviation
  • ㈱山田製作所 — the same abbreviation as a single character
  • Yamada Seisakusho Co., Ltd. — the English form on their brochure

Five strings, one company. A deduplication pass will find no matches among them.

What are the character variants that break matching?

Traditional character forms in family names, which are extremely common in Japanese company names and are silently substituted by many systems.

Japanese underwent a post-war script simplification, but personal and family names were allowed to keep their older forms — and a large share of Japanese companies are named after their founding family. The result is that the legally registered name often uses a character your software will quietly replace.

Traditional formSimplified formReading
taka
saki
hama
toku
ma

髙橋 and 高橋 are the same surname and, in the context of a company name, may or may not be the same company. Systems that cannot store the traditional character substitute the simplified one. Systems that can, keep it. Now the registry, the invoice and your CRM disagree, and none of them is wrong.

Does the script itself change?

Frequently. The same name can appear in kanji, hiragana, katakana or Latin letters depending on where you are reading it.

A company registered as 有限会社さくら商事 uses hiragana in its legal name. Its website might style it サクラ商事 in katakana for design reasons. Its English materials might say Sakura Shoji. All three refer to one entity, and only the first is the registered form.

Foreign-origin names go the other way. A Japanese subsidiary of a European brand is often registered in katakana, so the legal name is a transliteration you would not guess — and searching for the Latin spelling finds the marketing site but not the register.

Why doesn’t the English name help?

Because Japan has no single official romanisation, and the English name a company uses is a business decision rather than a registered fact.

The same characters can be romanised several ways depending on which system is used and how the company itself decided to spell it. 大野 may be Ono, Ohno, Oono or Ōno. 本田 is Honda, but 本多 — a different surname with the same reading — is also Honda. Long vowels are the worst offender: they may be doubled, marked with a macron, marked with an “h”, or simply dropped.

A company may also register an English name with the National Tax Agency, which then appears on the public corporate number site. That is helpful when it exists. It is optional, so frequently it does not.

Are there companies with genuinely identical names?

Yes, and this is the failure that costs money rather than time.

Japanese company law permits identical names as long as they are not registered at the same address. Common combinations — 山田商事, 大阪工業, さくら物産 — genuinely exist multiple times as unrelated companies in different cities. If you match on name alone, you can conclude that a small trading company in Fukuoka has the credit history of an unrelated company in Sendai.

The reverse error is just as bad. A company that has changed its name — after a merger, a rebrand, or a change of ownership — is the same legal entity with the same obligations. Matching on the current name alone hides the history, which is often the part you needed.

What actually identifies a Japanese company?

The 13-digit corporate number. It is unique, it is stable through name and address changes, and it does not care how anything is spelled.

Every registered corporation in Japan has one, and it is public. If you do nothing else, ask for it. A company that trades normally will supply it without hesitation — it appears on invoices and is required for tax purposes, so it is not sensitive information.

Once you have it, the National Tax Agency’s public site returns the registered name, the head office address, and the history of changes to both. That last part is what resolves the variant problem: if the company you are looking at was called something else two years ago, the corporate number will show you.

Note what the number does not do. It confirms identity, not health, and it says nothing about capital, directors or trading history — those are in the commercial register, which has to be requested separately.

How should you structure the data?

Keep the corporate number as the key and treat every name as a label attached to it.

Practically, that means storing several fields rather than one: the corporate number; the registered Japanese name exactly as it appears in the register, including the position of 株式会社 and any traditional characters; the common short name people actually use; and the English name the company uses for itself, marked as their spelling rather than yours.

Do not normalise the registered name. The temptation is to strip 株式会社 and convert traditional characters to make matching easier, and it does make matching easier — at the cost of no longer having the legal name, which is the one you need on a contract.

When is this worth handing over?

When the list is long enough that a single mismatch would go unnoticed, or when the consequence of confusing two companies is a payment.

Reconciling a few dozen Japanese company names against the register is a day’s careful work for someone who reads Japanese and knows what the variants look like. It is a week of frustration and an unreliable result for someone who does not, because the errors are silent — nothing tells you that 髙 and 高 split one company into two.

Our company verification service resolves identity as its first step: corporate number, registered name in its exact form, and the full history of name and address changes, so you know whether the company in front of you is the one you researched. If you have a longer list to clean rather than a single company to check, tell us what you have and we will quote it.

Questions

Related questions

Why does 株式会社 sometimes come before the name and sometimes after?

Both positions are valid and the choice is fixed at registration, so it is part of the legal name. The trade calls them maekabu (front) and atokabu (rear). The same company may then appear with the form dropped, abbreviated to (株), or written in English, producing several strings for one entity.

Why do Japanese company names use characters my system changes?

Family names were allowed to keep traditional character forms after the post-war script simplification, and many Japanese companies are named after their founding family. So 髙, 﨑, 濵 and similar appear in registered names, and systems that cannot store them substitute the simplified form.

Can two Japanese companies have the same name?

Yes. Japanese law permits identical company names provided they are not registered at the same address, so common names genuinely exist several times over as unrelated companies in different cities.

What is the reliable way to identify a Japanese company?

The 13-digit corporate number. It is unique, public, and stays with the entity through name and address changes, so it does not care how anything is spelled.

If you would rather not do this yourself

We do this as a fixed-price service

01

Japanese Company Verification

Find out whether a Japanese company is what it claims to be, before you contract or pay.

  • Corporate registry (tōkibo) extract, translated
  • National Tax Agency corporate number check
  • Capital, directors, founding date, stated business
  • Trading footprint and public risk signals

from $290

See details →

Why hand it over

  • Fixed price agreed before we start — no retainer
  • Done by a Japanese company registered since 2006
  • Native Japanese speakers, not machine translation
  • We can pick up the phone and call in Japanese
  • Written findings in English, with sources

You can hire us for one task and never speak to us again. That is a legitimate way to use this desk.

Start a request

Keep reading

Other notes on working with Japan

Start a request

Tell us what you need done in Japan.

You do not need a polished brief. A company name, a product, or a question is enough to get a scope and a price back.

  • Response time

    Within one Japanese business day. Our hours are 09:00–18:00 JST, Monday to Friday — that is UTC+9, with no daylight saving.

  • Office

    708 Altair Akihabara Bldg., 1-8-4 Kanda-Sakumacho, Chiyoda-ku, Tokyo 101-0025, Japan

  • Email

    [email protected]

  • Phone

    +81 3-6319-2800 — answered in Japanese first. Email is faster if you write in English.

  • Confidentiality

    We will sign your NDA before you send anything sensitive. Just say so in the message and we will send it back the same day.










    Company names, product categories and deadlines help us quote accurately.




    We reply to every genuine business enquiry. This form is not a channel for
    sales, SEO or partnership offers - those are filtered and deleted.