{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.244Z","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":"decimal-to-text","name":"Decimal to Text","description":"Decode a list of decimal Unicode code points back to text — any separator (space, comma, newline) accepted.","longDescription":"Paste a sequence of decimal code points (Unicode scalar values) separated by spaces, commas, semicolons, or newlines — the tool strips anything else and reassembles them into the original string. Surrogate-pair-free since each number is converted with String.fromCodePoint, so emoji and supplementary characters work correctly. Runs locally in your browser.","category":"text","categoryName":"Text & Encoding","keywords":["decimal to text","decimal to string","charcode to text","code points to text","decimal to ascii","decimal to unicode","decimal to char","numbers to text","int to char","decimal to text online","code point decoder","ascii codes to text","decimal decoder"],"badge":"Decoder","url":"https://toolsly.tools/decimal-to-text","inputs":[{"type":"text","key":"codes","label":"Decimal code points","placeholder":"72 101 108 108 111","multiline":true,"monospace":true,"help":"Separate codes with any whitespace, commas, or semicolons."}],"outputs":[{"key":"text","label":"Decoded text","multiline":true},{"key":"count","label":"Character count"}],"invocation":{"webUi":"https://toolsly.tools/decimal-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."}}