About 43,400 results
Open links in new tab
  1. What is the difference between Windows-1252 and ANSI encoding?

    Oct 19, 2022 · Even though Windows-1252 was the first and by far most popular code page named so in Microsoft Windows parlance, the code page has never been an ANSI standard. Microsoft explains, …

  2. Change default code page of Windows console to UTF-8

    Apr 12, 2011 · Currently I'm running Windows 7 x64 and usually I want all console tools to work with UTF-8 rather than with default code page 850. Running chcp 65001 in the command prompt prior to …

  3. Change OutputEncoding and code page - Super User

    Jun 6, 2020 · 2 If [Console]::OutputEncoding doesn't change the Code Page, then what does? According to Set the default encoding to UTF-8 in powershell you should be using:

  4. windows - Can the UTF-8 code page identifier (65001) be different on ...

    Aug 27, 2016 · I know that some code pages can change from computer to computer, but the MSDN page explicitly states that one should use UTF-8 because the other pages may change (altough …

  5. Windows 10 terminal encoding - Super User

    Jan 23, 2017 · 9 How can I find out the encoding of my windows 10 terminal? If by terminal you mean a cmd shell, you can use the chcp command to display and change the code page used. Examples …

  6. changing to codepage 65001 and reverting to the before chosen …

    Feb 9, 2020 · I've got a C++-program that produces a batch-file to undo the changes it made. The batch-file uses " CHCP 65001 " at the beginning. Is there any way to store the before chosen codepage …

  7. How To Change Command Prompt Codepage in Windows? - Super User

    Nov 24, 2016 · I'm using dir command in a command prompt to export file & folders names, but I encounter problems with some Spanish characters: á é í ñ ó. My code page is 437, how can I …

  8. Setting codepage 1252 in Windows 11 still gets cp 850 in terminals

    Mar 9, 2023 · On a Windows 11 device, I have the international settings (running "intl.cpl") set to Italian, for non-Unicode applications. Now, that results in applications like WinMerge guessing …

  9. Changing ansi and OEM code page in Windows - Super User

    Apr 11, 2019 · How to change ansi and OEM code page from 437 to 65001 in control panel? I have literally searched out whole control panel to change the code page but couldn't find it. Can anybody …

  10. What's the code page of UTF-8? - Super User

    Mar 23, 2012 · My command prompt's default code page is 936. I need to change it to UTF-8. chcp 65001 The above doesn't work. What's the correct one?