Hebrew on the command line

time to read 1 min | 155 words

I'm searching for a way to display hebrew text on the command line {cmd.exe} correctly.
There is a command, chcp that allows you to change the active code page, but it doesn't work!
c:>chcp
Displays or sets the active code page number.
CHCP [nnn]
  nnn   Specifies a code page number.
Type CHCP without a parameter to display the active code page number.

The code page for Windows {ISO} Hebrew is 1255, and I also tried several others {862 - DOS Hebrew, 28598 - Punctionless Hebrew, 10005 - Mac Hebrew, 65001 - UTF8} and nothing gives me the ability to see hebrew on the command line, instead, I get gibberish!

If anyone knows how to solve it, I would really like to know.