{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-06-02T15:45:21.791Z","discovery":{"catalog":"https://myaitools.net/tools.json","llmsTxt":"https://myaitools.net/llms.txt","sitemap":"https://myaitools.net/sitemap.xml"},"relatedTools":[{"slug":"base64-decode","name":"Base64 Decode","url":"https://myaitools.net/base64-decode"},{"slug":"hex-to-text","name":"Hex to Text","url":"https://myaitools.net/hex-to-text"},{"slug":"text-to-hex","name":"Text to Hex","url":"https://myaitools.net/text-to-hex"},{"slug":"text-to-binary","name":"Text to Binary","url":"https://myaitools.net/text-to-binary"},{"slug":"text-to-decimal","name":"Text to Decimal","url":"https://myaitools.net/text-to-decimal"},{"slug":"decimal-to-text","name":"Decimal to Text","url":"https://myaitools.net/decimal-to-text"},{"slug":"base32-decode","name":"Base32 Decode","url":"https://myaitools.net/base32-decode"},{"slug":"quoted-printable-decode","name":"Quoted-Printable Decode","url":"https://myaitools.net/quoted-printable-decode"}],"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://myaitools.net/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://myaitools.net/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."}}