How should binary input be formatted?
Use 8-bit byte groups separated by spaces, such as 01001000 01101001.
Convert text to and from binary.
Convert text to and from binary.
Ready tools are shown first.
Convert UTF-8 text into binary byte values or decode spaced 8-bit binary bytes back into text. It is useful for learning, debugging, and data inspection.
Use 8-bit byte groups separated by spaces, such as 01001000 01101001.
Yes. Text is encoded and decoded as UTF-8 bytes.
No. This version is for text input and byte strings.