ToolBuddy
In Browser

Binary Converter

Convert text to binary and binary back to text. Inspect UTF-8 bit patterns, homework encodings, and simple wire dumps. Conversion stays on-device with copyable 0s and 1s.

Runs in your browser. Nothing is uploaded.

Direction

0 characters · 0 lines

0 characters · 0 lines

About this tool

Convert UTF-8 text to 8-bit groups and binary back to text. Spaces are ignored on decode; length must be a multiple of 8 and only 0/1 are allowed.

How to use: paste text, pick Text → Binary, copy. Reverse for a bit dump from a homework sheet or a protocol note. Invalid groups show an error instead of mojibake.

Example: Hi becomes 01001000 01101001. This is encoding, not encryption. Related: hex converter for a shorter dump, number base for integer bit masks.

Conversion stays on-device. After load, encoding works offline.

FAQ

Related Convert tools