{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.194Z","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":"text-to-binary","name":"Text to Binary","description":"Encode UTF-8 text as 8-bit binary groups — choose space, comma or no separator.","longDescription":"Convert any UTF-8 string to its binary representation, one byte per 8-bit group. Optional separators make the output easier to read or paste into other tools. Runs entirely in your browser.","category":"text","categoryName":"Text & Encoding","keywords":["text to binary","string to binary","ascii to binary","utf8 to binary","binary encoder","binary encode","text to binary online","text to binary free","binary translator","convert text to binary","binary converter","8 bit binary encoder","text to 01"],"badge":"Encoder","url":"https://toolsly.tools/text-to-binary","inputs":[{"type":"text","key":"text","label":"Text","placeholder":"Hello","multiline":true,"monospace":true},{"type":"select","key":"separator","label":"Separator","defaultValue":"space","choices":[{"value":"space","label":"Space"},{"value":"none","label":"None"},{"value":"comma","label":"Comma"}]}],"outputs":[{"key":"binary","label":"Binary","multiline":true},{"key":"byteLength","label":"Byte length"}],"invocation":{"webUi":"https://toolsly.tools/text-to-binary","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."}}