How to modify the default encoding of Windows system

王林
Release: 2020-12-10 17:19:47
forward
12655 people have browsed it

How to modify the default encoding of Windows system

Environment of this article: win10

Background of this article:

After using 7z to decompress a .zip file, I found that the file name in the file package was garbled. , but using the same version of 7z to decompress under another win10 system, there is no such problem.

(Related recommendations: windows system)

Cause of the problem:

is a problem with the default encoding of win10, because this time the computer was purchased overseas. Yes, the default encoding format is 437 (chcp); it is not win10's gbk; so garbled characters will appear when encountering Chinese.

Solution:

Some tutorials on the Internet are as follows:

Control Panel—Date and Time Language Area—Language Options—Advanced—Non-Unicode Part. But there is no language option in the control panel in this system...

Why does my WIN10 control panel have no language option?

Preview version RS4 1803 version, this version has canceled the language option and change input method option in the control panel.

After finding it, perform the following operations:

How to modify the default encoding of Windows system

How to modify the default encoding of Windows system

The system will prompt you to restart, just restart.

SKILLSGET

chcp #查看当前cmd的编码格式
chcp 65001   #换成utf-8代码页
chcp 936       #换成默认的gbk
chcp 437       #美国英语
Copy after login

The above is the detailed content of How to modify the default encoding of Windows system. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template