Shift-JIS
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Character encoding |subcat2=JIS |wikidata={{wikidata|Q286345}} |charset=Shift_JIS |charsetaliases=MS_Kanji, csShiftJIS |mibenum=17 ...") |
|||
(One intermediate revision by one user not shown) | |||
Line 9: | Line 9: | ||
|cfstringencoding=2561 | |cfstringencoding=2561 | ||
}} | }} | ||
− | '''Shift-JIS''' (Shift Japanese Industrial Standards) is an encoding primarily for Japanese characters, though Russian is also supported. It is based on [[JIS X 0201]] and [[JIS X 0208]], with both one and two byte characters, using all 8 bits of the bytes with some parts of the character encodings shifted from their original positions in order to avoid conflicts. The 7-bit portion of the one-byte characters is mostly the same as [[ASCII]], but with a yen sign added. | + | '''Shift-JIS''' (Shift Japanese Industrial Standards) is an encoding primarily for Japanese characters, though Russian is also supported. It is based on [[JIS X 0201]] and [[JIS X 0208]], with both one and two byte characters, using all 8 bits of the bytes with some parts of the character encodings shifted from their original positions in order to avoid conflicts. The 7-bit portion of the one-byte characters is mostly the same as [[ASCII]], but with a yen sign added in place of the backslash. |
== Links == | == Links == | ||
* [http://www.kreativekorp.com/charset/encoding/ShiftJIS/ Code chart] | * [http://www.kreativekorp.com/charset/encoding/ShiftJIS/ Code chart] | ||
* [[Wikipedia:Shift JIS|Wikipedia article]] | * [[Wikipedia:Shift JIS|Wikipedia article]] | ||
+ | |||
+ | [[Category:Cyrillic]] |
Latest revision as of 21:24, 12 February 2024
Shift-JIS (Shift Japanese Industrial Standards) is an encoding primarily for Japanese characters, though Russian is also supported. It is based on JIS X 0201 and JIS X 0208, with both one and two byte characters, using all 8 bits of the bytes with some parts of the character encodings shifted from their original positions in order to avoid conflicts. The 7-bit portion of the one-byte characters is mostly the same as ASCII, but with a yen sign added in place of the backslash.