El titulo lo dice todo, por defecto se crean en ANSI, haciendo lo siguiente se crearan en UTF-8 pero solo desde el menú contextual ya que desde el bloc de notas sera necesario cambiar la codificación a mano en el momento de guardar.
- Right click on Desktop, then choose New > Text Document
- A text file
New Text Document.txtis created. Don’t type anything and open it. - Go to File > Save As… and choose UTF-8 under
Encoding:, pressSaveand overwrite the existing file. Close the file. - Rename
New Text Document.txttoTXTUTF-8.txt - Copy
"TXTUTF-8.txt"toC:\WINDOWS\SHELLNEW - Go to
Start > Run...and typeregeditand press ok - Navigate to
HKEY_CLASSES_ROOT\.txt\ShellNew - Right click in the right window > New >
String Valueand rename it toFileName - Double click on
FileNameand putTXTUTF-8.txtintoValue data:field and press ok
Fuente: https://superuser.com/questions/557023/changing-the-default-ansi-to-utf-8-in-notepad
Probado en Windows 10