Please note: Binary is stored in bytes (8 bits). So the binary
must always be divisible by 8. If by chance it is cut off, only
the last few bits of a character may be destroyed, not the
Whole string.
Note: Newlines are conserved as in binary as ASCII 10 (As per specification).
Enter your binary string here, as long as it is standard encoding,
It can decode all possible encodings under 8-bit length (UTF-8,
Alphanumeric, etc). Make sure the string is divisible by 8 (in length)
for accuracy. If weird characters form,
Binary is malformed!
UTF-8 supports any language,ex. Japanese (日本語) And newlines can remain.