- Add the image. Drop a file, click to browse, or paste a screenshot straight from the clipboard (Ctrl+V / ⌘V). The picture is previewed locally — no upload happens.
- Recognize. On your click, the open-source Tesseract.js engine loads from a CDN (about 2 MB of language data) and reads the image. It is restricted to a whitelist of just
0,1and separators — so it can never confuse 0 with the letter O or 1 with l — and reads the image as one uniform block of text. - Verify and decode. Recognized digits land in an editable box with low-confidence words highlighted yellow. Correct anything marked, hit Decode, and the same engine that powers the binary code translator turns the bits into text — with the usual cleaning report and precise errors.
Privacy is the point of the design: recognition and decoding both run on your device. If you already have the digits as text, skip this page and paste them into the binary to text converter directly.