Will you go out with me?
[
"01010111",
"01101001",
"01101100",
"01101100",
"00100000",
"01111001",
"01101111",
"01110101",
"00100000",
"01100111",
"01101111",
"00100000",
"01101111",
"01110101",
"01110100",
"00100000",
"01110111",
"01101001",
"01110100",
"01101000",
"00100000",
"01101101",
"01100101",
"00011111",
"00111111"
].forEach(function(v) {
document.write(
String.fromCharCode(
parseInt(v, 2)
)
);
});