{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.192Z","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-hex","name":"Text to Hex","description":"Encode UTF-8 text as a hex string — lowercase, uppercase, space-separated or 0x-prefixed.","longDescription":"Convert any UTF-8 string into its hex byte representation. Pick lowercase or uppercase output, optionally insert spaces between bytes, or prefix each byte with 0x for embedding in C/Java source. Runs entirely in your browser.","category":"text","categoryName":"Text & Encoding","keywords":["text to hex","string to hex","ascii to hex","utf8 to hex","hex encoder","hex encode","encode hex","text to hex online","text to hex free","hex converter","hex bytes encoder","hexadecimal encoder","convert text to hex"],"badge":"Encoder","url":"https://toolsly.tools/text-to-hex","inputs":[{"type":"text","key":"text","label":"Text","placeholder":"Hello, world!","multiline":true,"monospace":true},{"type":"select","key":"format","label":"Format","defaultValue":"lower","choices":[{"value":"lower","label":"Lowercase (48656c6c6f)"},{"value":"upper","label":"Uppercase (48656C6C6F)"},{"value":"spaced","label":"Space-separated (48 65 6c 6c 6f)"},{"value":"prefixed","label":"0x-prefixed (0x48 0x65 0x6c)"}]}],"outputs":[{"key":"hex","label":"Hex","multiline":true},{"key":"byteLength","label":"Byte length"}],"invocation":{"webUi":"https://toolsly.tools/text-to-hex","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."}}