{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.193Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"qr-code-reader","name":"QR Code Reader","url":"https://toolsly.tools/qr-code-reader"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"file-to-hex","name":"File to Hex Dump","url":"https://toolsly.tools/file-to-hex"},{"slug":"hex-to-file","name":"Hex to Binary File","url":"https://toolsly.tools/hex-to-file"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://toolsly.tools/wifi-qr-code-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://toolsly.tools/vcard-qr-code-generator"},{"slug":"barcode-generator","name":"Barcode Generator","url":"https://toolsly.tools/barcode-generator"},{"slug":"base64-encode","name":"Base64 Encode","url":"https://toolsly.tools/base64-encode"}],"kind":"utility","slug":"binary-to-text","name":"Binary to Text","description":"Decode 8-bit binary (groups of 0/1) back to UTF-8 text — space- or comma-separated.","longDescription":"Paste a sequence of 8-bit binary groups (e.g. 01001000 01101001) and decode it back to UTF-8 text. Each group must be exactly 8 bits of 0/1 and may be separated by spaces, newlines or commas. Runs entirely in your browser.","category":"text","categoryName":"Text & Encoding","keywords":["binary to text","binary decoder","binary to ascii","binary to string","binary to utf8","decode binary","binary translator","binary to text online","binary to text free","convert binary to text","binary code decoder","8 bit binary decoder","01 to text"],"badge":"Decoder","url":"https://toolsly.tools/binary-to-text","inputs":[{"type":"text","key":"binary","label":"Binary","placeholder":"01001000 01100101 01101100 01101100 01101111","multiline":true,"monospace":true,"help":"Each group must be exactly 8 bits of 0 or 1."}],"outputs":[{"key":"text","label":"Decoded text","multiline":true},{"key":"byteLength","label":"Byte length"}],"invocation":{"webUi":"https://toolsly.tools/binary-to-text","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}