Created
August 13, 2013 14:20
-
-
Save brokendish/6221568 to your computer and use it in GitHub Desktop.
文字コード確認
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
文字コード表 | |
http://charset.uic.jp | |
から「iso-2022-jp」文字を取得して以下を実行 | |
iconv -f UTF-8 -t Shift-JIS moji-UTF8-ISO-2022-JP.txt バケバケ全然無理 | |
iconv -f UTF-8 -t cp932 moji-UTF8-ISO-2022-JP.txt バケバケ全然無理 | |
iconv -f UTF-8 -t ISO-2022-JP moji-UTF8-ISO-2022-JP.txt 半角カナは変換できない | |
iconv -f UTF-8 -t ISO-2022-JP-2 moji-UTF8-ISO-2022-JP.txt 半角カナも変換可能丸数字はダメ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment