Japanese language and computers: Difference between revisions

Content deleted Content added
Copyedit - (minor)
Tags: Mobile edit Mobile web edit Advanced mobile edit
Copyedit - (minor) word choice
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 1:
 
[[File:KB_Japanese.svg|thumb|A Japanese kana keyboard]]
In relation to the '''Japanese language and computers''' many adaptation issues arise, some unique to [[Japanese language|Japanese]] and others common to [[language]]s which have a very large number of characters. The number of characters needed in order to write in English is veryquite small, and thus it is possible to use only one [[byte]] (2<sup>8</sup>=256 possible values) to encode oneeach English character. However, the number of characters in Japanese is many more than 256 and thus cannot be encoded using a single byte - Japanese is thus encoded using two or more bytes, in a so-called "double byte" or "multi-byte" encoding. Problems that arise relate to [[transliteration]] and [[romanization]], character encoding, and input of Japanese text.
 
==Character encodings==