DESCR 718 B

12345678910111213141516171819
  1. Japanese character encodings are not very well standardized.
  2. There are several distinct industrial standards.
  3. JIS and EUC are the most common, they only use 7 bit characters and
  4. state-shift sequences.
  5. Shift-JIS (as known as Microsoft JIS) is a variant of JIS that use
  6. 8 bit characters instead of sequences to encode state-shift. It's a
  7. broken scheme, as was to be expected.
  8. All of this does NOT incorporate seamlessly into grander schemes such
  9. as unicode yet...
  10. Nkf is a tool to convert between all the commonest japanese encodings.
  11. It is also able to repair documents which have lost part of their
  12. escape sequences.
  13. The niftiest feature of nkf is that it can guess input encodings, and
  14. usually does this right.