Convert Decimal to Text
cross-browser testing tools
World's simplest online decimal to text converter for web developers and programmers. Just paste dec values (integers) in the form below, press the Convert Dec to Text button, and you'll get plain text. Press a button – get text. No ads, nonsense, or garbage.
51K
Announcement: We just launched Online Math Tools – a collection of utilities for solving math problems. Check it out!
Want to convert Text to Decimal?
Use the Text to Decimal converter!
Using a Decimal Number to String Converter in Cross-browser Testing
A decimal number to string converter can be useful if you're doing cross-browser testing. For example, if you have made a web application that uses quick keyboard shortcuts or logs key presses, then often the key presses are recorded as keycodes. Each keycode is a decimal number (an integer) that represents the ASCII code or Windows 1252 code of the key. To make sure that your web application works correctly from release to release and doesn't break during refactoring, you have to write unit tests for it. These tests are run before the release to make sure the JavaScript code that works with keycodes or ASCII codes remains working. You can also use this program to decode a secret message that someone has sent you if they encoded text to decimal numbers before. Such secret messages are often used in web forums and chat programs to hide spoilers. You can just paste the integers here and see what it says. Another use case is debugging data dumps. If you have a data dump in base-10, then you can paste it here and convert it to readable text.
Looking for more web developer tools? Try these!
Text Columns to Rows Converter
Text Rows to Columns Converter
Text to HTML Entities Converter
UNIX time to UTC time Converter
UTC time to UNIX time Converter
Seconds to Human Readable Time
Binary Bitwise NAND Calculator
Binary Bitwise XNOR Calculator
Binary Bit Rotator to the Left
Binary Bit Rotator to the Right
Text Character Rotator to the Left
Text Character Rotator to the Right
Number of Letters in Text Counter
Number of Words in Text Counter
Number of Lines in Text Counter
Number of Paragraphs in Text Counter
Decimal to Scientific Converter
Scientific to Decimal Converter
Celsius to Fahrenheit Converter
Pro tip: You can use ?input=text query argument to pass text to tools.