{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.243Z","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-decimal","name":"Text to Decimal","description":"Encode each character as its Unicode code point in decimal — space-, comma- or newline-separated output.","longDescription":"Type or paste any text and get the decimal Unicode code point for every character. Surrogate pairs (e.g. emoji) are handled correctly: one code point per visible character. Pick how the codes should be separated — spaces, commas, or one per line — to suit your downstream parser. Runs entirely in your browser.","category":"text","categoryName":"Text & Encoding","keywords":["text to decimal","string to decimal","char to decimal","ascii to decimal","unicode to decimal","text to charcode","text to code points","char code converter","string to numbers","text to int","text to decimal online","decimal code points","char to int"],"badge":"Encoder","url":"https://toolsly.tools/text-to-decimal","inputs":[{"type":"text","key":"text","label":"Text","placeholder":"Hello","multiline":true,"monospace":true},{"type":"select","key":"format","label":"Separator","defaultValue":"space","choices":[{"value":"space","label":"Space-separated"},{"value":"comma","label":"Comma-separated"},{"value":"newline","label":"Newline-separated"}]}],"outputs":[{"key":"codes","label":"Decimal code points","multiline":true},{"key":"count","label":"Character count"}],"invocation":{"webUi":"https://toolsly.tools/text-to-decimal","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."}}