The command line uses DOS encoding. Windows uses ANSI or Unicode.
PS I assume that you are in the USA with code page 437, and not with international English / West European 850.
So, I used a character map to get the DOS code, and then find out which ANSI character matches the code.
This is the content of the notebook.
echo Ž„™"†
This was done by putting DOS codes for your characters in a notepad.
0142, 0132, 0153, 0148, 0143, 0134, which are displayed as the above ANSI characters.
Command line output
C:\Windows\system32>echo ÄäÖöÅå ÄäÖöÅå
Alt + character code [Prev | Next | Content]
Holding down the alt key and pressing the character code on the numeric keypad enters that character. The keyboard language used must support this character input. If your keyboard supports it, the code is displayed on the right side of the status bar in the character map, otherwise this section of the status bar is empty. The status bar is also empty for characters with well-known keys, such as letters A to Z.
However, there are two ways to enter codes. It should be remembered that the characters are the same for the first 127 codes. The difference is that the first number entered is zero. If so, then the code will insert a character from the current character set, otherwise it will insert a character from the OEM character set. Codes over 255 enter the Unicode character and are in decimal form. Entered characters are converted to OEM for Dos and ANSI or Unicode applications depending on the Windows application. See Convert Between Decimal and Hexadecimal.
EG, Alt + 0, then 6, then 5, then release Alt by entering the letter A
From keyboard shortcuts and key modifiers to Me https://1drv.ms/f/s!AvqkaKIXzvDieQFjUcKneSZhDjw