8
6

More than 3 years have passed since last update.

Git Bash で 文字コードを変換する方法(Windows)

Posted at

Git Bashで文字コードを変換する方法のメモ

# 現在の文字コード確認
$ chcp.com
現在のコード ページ: 932

# UTF-8に変更
$ chcp 65001
Active code page: 65001

# Shift-JISに変更
$ chcp.com 932
現在のコード ページ: 932

参考

8
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
6