JIS vs US Keyboard Layout: What Actually Changes Before You Buy an HHKB or Realforce

A JIS board is not a US board with extra keys. @ moves off Shift+2, Enter changes shape, and there are two backslash keys. Exact key-position table, the yen/backslash problem, Windows and macOS layout fixes, and the cases where JIS is still the right buy.

Published: September 14, 2026 Updated: September 14, 2026 GadgetHub Editorial
HHKB Professional HYBRID Type-S Japanese layout keyboard
Disclosure: this article contains affiliate links (Amazon Associates). Specs and prices are manufacturer-published or retailer-listed as of August 2026 and change. We do not run our own lab tests.

The decision rule

Buy the US layout. That is the correct answer for roughly nine out of ten American buyers, and the rest of this article is about the tenth.

The reasoning is simple: a JIS board is not a US board with a few Japanese keys bolted on. Around a dozen symbols move, the Enter key is a different shape, and your muscle memory for @, :, ", _ and + will be wrong on day one. Both HHKB and Realforce sell US-layout models to US buyers, so you usually do not have to trade layout for hardware.

JIS becomes the right buy only when the specific model, colour or key weight you want does not exist in US layout — which does happen, because Japan gets SKUs the export catalogue never sees.

What physically changes

A full-size JIS keyboard has 109 keys against the US ANSI 104 (or 106 vs 101 on older boards without the Windows and Menu keys). That net +5 hides a bigger reshuffle:

PositionUS (ANSI)JIS
Left of 1` / ~半角/全角 (hankaku/zenkaku IME toggle)
Right of 0- =- ^ ¥ (three keys, not two)
Right of P[ ] \@ [ (the \ above Enter is gone)
Right of L; '; : ]
Left of right Shiftnothingろ (a second backslash key)
Enterone row, widetwo rows, reverse-L, taller
Right Shiftfull widthshortened
Around the spacebarone long spacebarnarrow spacebar, 無変換 left, 変換 and カタカナ/ひらがな right

The Enter shape is the change people underestimate. A JIS Enter spans two rows like an ISO Enter, so the home row gains a key (]) between the colon and Enter. If you touch-type Enter by feel, you will hit ] for the first week.

Now the symbols. This is the table that actually matters:

CharacterUS (ANSI)JIS
@Shift+2dedicated key, right of P
"Shift+'Shift+2
'dedicated key, right of ;Shift+7
:Shift+;dedicated key, right of L
&Shift+7Shift+6
( )Shift+9 / Shift+0Shift+8 / Shift+9
=dedicated key, right of 0Shift+-
+Shift+=Shift+;
_Shift+-Shift+ろ (key left of right Shift)
~Shift+`Shift+^
`dedicated key, left of 1Shift+@
\dedicated key, above Enter¥ key and ろ key (two of them)
``Shift+\

The classic symptom follows directly from row two: you press Shift+2 expecting @ and get ". That means the OS is running the JIS layout — not that the keyboard is broken. The mirror-image failure is a JIS board driven as US, where the @ key next to P emits [.

One more trap: Mac JIS boards and PC JIS boards do not share a bottom row. Apple’s JIS layout puts 英数 to the left of the spacebar and かな to the right. PC JIS puts 無変換 left, 変換 and カタカナ/ひらがな right, and prints 英数 on the Caps Lock key. Remapping guides written for one will not match the other.

Check HHKB Professional HYBRID Type-S (US layout) on Amazon

The yen key, and why there are two backslashes

This is the part programmers need to read.

In JIS X 0201, the yen sign occupies byte 0x5C — the same slot ASCII gives to the backslash. That 1970s collision is still visible on every JIS keyboard sold today. The ¥ key sits between -/^ and Backspace, and the ろ key sits left of right Shift, and on Windows both emit U+005C, the ordinary ASCII backslash. So a JIS board genuinely has two backslash keys, and neither is labelled \.

On Windows that is a non-issue once you know it: C:\Users\ and escape sequences type fine, and Shift+¥ gives the pipe. What confuses people is rendering, not input — legacy Japanese fonts draw U+005C as ¥, so correct code can look wrong.

macOS is messier. With a Japanese input source, whether the ¥ key emits ¥ or \ is governed by a ”¥ key generates” setting in the Japanese input method options, and Option+¥ produces a backslash regardless. The problem is that this substitution lives in a text layer some apps bypass: developers report Chrome, VS Code and Slack ignoring it and inserting ¥ anyway. The durable fix is a custom layout bundle built with Ukelele, or a Karabiner rule, that changes the key at the layout level instead. Budget an evening for this if you code on a Mac with JIS hardware.

What the OS does, and how to force it

Layout is a software choice; the hardware only reports an identifier.

macOS recognises exactly three physical keyboard types — ANSI, ISO and JIS — and opens Keyboard Setup Assistant when it meets a keyboard it cannot classify. If it guesses wrong, System Settings → Keyboard → Change Keyboard Type reruns the assistant. Note that this sets the physical type; the character mapping also depends on which input source you have selected in Input Sources.

Windows 11 handles the common case in Settings → Time & language → Language & region → Japanese → Options → Keyboard layout, then Win+Space to switch. The stubborn case — where Windows insists your hardware is 106-key — lives in the registry at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters: US 101-key wants LayerDriver JPN = kbd101.dll, OverrideKeyboardIdentifier = PCAT_101KEY, OverrideKeyboardSubtype = 0; the Japanese 106-key equivalents are kbd106.dll, PCAT_106KEY and subtype 2. Reboot after editing. Microsoft’s own guidance is to prefer Settings and treat the registry route as the fallback it is.

Check Realforce R3S (US ANSI) on Amazon

Remapping the extra keys — the one real upside

If you do end up on JIS, 無変換 and 変換 are the consolation prize. They sit directly under your thumbs, which is prime ergonomic real estate that a US board simply does not have, and a lot of people remap them into modifiers or layer keys.

On macOS, Karabiner-Elements handles this cleanly. Simple Modifications remap one key to another; Complex Modifications turn a single key into a modifier combination or a layer trigger, and Karabiner explicitly supports extra PC keys macOS does not recognise natively. There are published Karabiner configurations that remap a whole JIS board to behave as ANSI.

On Windows, PowerToys Keyboard Manager is the free equivalent — but with a documented limitation worth knowing before you commit. 無変換 registers as its own key, while 変換, カタカナ/ひらがな and ¥ all report as “Undefined”, so Keyboard Manager treats them as a single key and refuses more than one mapping across the group. If you need all of the thumb keys mapped independently on Windows, plan on AutoHotkey instead.

When JIS is actually the right buy

Four cases, and only four:

  1. The SKU you want is Japan-only. Realforce launched the R3 in Japanese layout in November 2021 and added English-layout versions later; specific colourways, key weights and full-size variants still appear in JIS first. If your exact configuration only exists as a JIS part number, that is a legitimate reason.
  2. You already type JIS. Returning expats and Japanese-language typists should not fight their own muscle memory.
  3. You want the thumb keys. If you are the kind of person who already runs Karabiner or AutoHotkey, the 無変換/変換 pair is a feature, not noise.
  4. Price. Japanese domestic pricing plus a forwarder occasionally beats US retail even after shipping — check the total, not the sticker.

Everything else — “it looks cooler”, “it’s more authentic” — will cost you a fortnight of typos.

Check Japanese-layout HHKB Professional HYBRID Type-S on Amazon Japan

On availability: PFU’s US store sells the HHKB Professional HYBRID Type-S in US layout — the white 45g model listed at $299, down from $385, when we checked — and does not advertise a JIS option; Japanese-layout SKUs like the PD-KB820B and PD-KB820BS circulate mostly through Japanese retailers and resellers. Realforce ships US ANSI variants such as the R3S wired TKL 45g (R3SD31), so check the individual model code rather than assuming a whole line goes one way.

Check Japanese-layout REALFORCE R3 on Amazon Japan

Summary

JIS is a different layout, not a superset. A dozen symbols move, Enter changes shape, the number row shifts one position for &, ( and ), and the ¥ and ろ keys both type a backslash. None of that is broken — it is a different standard, and either OS will drive it once you point it at the right layout.

Default to US. Choose JIS when the model, colour or weight you want only exists that way, when you already type JIS, or when you actively want thumb-row modifiers — then budget an hour for Karabiner-Elements or PowerToys, and an evening for the backslash if you code on a Mac.

For the keyboards themselves, see our HHKB buying guide, and browse the rest of our Japanese gadget coverage.

Frequently Asked Questions

Q: Why does my keyboard type a quote mark when I press Shift+2?
A: Your operating system is set to a Japanese (JIS) layout while your hardware is a US board. On JIS, Shift+2 is the double quote and @ lives on its own key to the right of P. Fix it at the OS level by selecting the US/ANSI layout rather than remapping keys one at a time.
Q: Can I use a JIS keyboard with an English version of Windows or macOS?
A: Yes. Both operating systems will drive JIS hardware, and you can even tell the OS to treat it as a US board. The catch is that the printed legends will then be wrong on roughly a dozen keys, and the physically extra keys will do nothing until you remap them.
Q: Does the yen key produce a backslash?
A: On Windows with the Japanese layout, yes — the ¥ key and the ろ key next to right Shift both emit U+005C, the ASCII backslash, so a JIS board has two backslash keys. On macOS it depends on the Japanese input method's "¥ key generates" setting, and Option+¥ reliably produces a backslash regardless.
Q: Are the 変換 and 無変換 keys useless outside Japanese input?
A: By default in an English OS, mostly yes. But they are genuinely useful once remapped: they sit under your thumbs, and Karabiner-Elements on macOS or PowerToys Keyboard Manager on Windows can turn them into modifiers or layer keys. That thumb pair is the one real ergonomic argument for JIS.
Q: Is the HHKB sold in US layout in the United States?
A: Yes. PFU's US store lists the Professional HYBRID Type-S in US layout, with the white 45g model at $299 at the time of writing. Japanese-layout SKUs such as the PD-KB820B and PD-KB820BS are sold mainly through Japanese channels and grey-market resellers.