Table of Contents

Encoding

Aim: converting File Name's Encoding, for that convert:

FilenameBadEncoding -> Bitstream             -> FilenameGoodEncoding
$ГБ!n|cЪГБ∙█        -> 01100100 01010011 ... -> Filename
Glossar
Windows Cmd and Unicode

To display Unicode characters in Windows console correctly - switch to Unicode by typing in:

CHCP 65001

Here is a very very good article about encoding in general and encoding in Ruby.
Here is some Information about switching encoding in cmd