Full-width letters
ABC becomes ABC. These are different Unicode characters even though the letters are recognizable.
Convert arbitrary text between the character-width formats Japanese websites commonly require.
ABC123 テスト
Latin letters, numbers, spaces, punctuation, and half-width Katakana are converted where supported.
ABC123 テスト
Full-width Latin characters and Katakana are narrowed where a standard half-width form exists.
Your text stays in this browser. It is not saved, uploaded, or included in analytics.
The text can look correct while using the wrong underlying width. If the form says 全角, use full-width; if it says 半角, use half-width.
ABC becomes ABC. These are different Unicode characters even though the letters are recognizable.
テスト becomes テスト. Not every Japanese character has a half-width equivalent.
A normal space and a full-width Japanese space are different characters and can trigger validation errors.
Full-width and half-width characters can look similar but have different Unicode values. Japanese websites may reject the wrong width even when the text looks correct.
Example: ABC123 テスト → ABC123 テスト (full-width)
No. They are different characters, so a form can validate their width independently of how they look.
No. Half-width forms also exist for numbers, punctuation, spaces, and a limited Katakana set.