Use powershell to Convert binary (in ascii-text form) to ascii and to convert asii into the binary equivilant in ascii form
PS > Convert-Binary-Ascii -binary "0100100001100101011011000110110001101111"
Hello
PS > Convert-Ascii-Binary -ascii "Hello"
0100100001100101011011000110110001101111