Binary → Text
Decode space-separated groups of binary digits back into text. Each group is read as a base-2 number and turned into its character. It's the inverse of the Text → Binary tool.
Try it now
Worked example
gg
Frequently asked
How should the input be formatted?
Groups of binary digits separated by whitespace, like '01100111 01100111'.
What if a group is invalid?
Non-binary groups are skipped.