Text ↔ Decimal Converter
Convert ASCII text to decimal codes and vice versa. Each character is represented by its decimal value in the ASCII table.
How does Text → Decimal conversion work?
Each character maps to a number in the ASCII table. The letter A, for instance, is decimal 65, B is 66 and a space is 32.
You'll run into this decimal representation of ASCII characters in debugging, in low-level string manipulation, in network protocols and in data transmission.
Related Tools
Numeric Bases Converter
Convert numbers between binary (base 2), decimal (base 10), hexadecimal (base 16) and octal (base 8). Type in any field for instant conversion in the others.
Number Base Converter
Convert numbers between binary (base 2), octal (base 8), decimal (base 10) and hexadecimal (base 16). Instant bidirectional conversion.
Text ↔ Hex Converter
Convert ASCII text to hexadecimal values and vice versa, character by character. Useful for debugging, encoding and protocol analysis.
Morse Code Converter
Convert text to Morse code and vice versa. Supports letters, numbers and punctuation. Instant result in the browser.
Binary Code Translator
Convert text to binary code (0s and 1s) and vice versa. Supports any ASCII character. Processed in the browser.
MessagePack to JSON (text) Converter
Explains the MessagePack binary format, its advantages and how to translate it into textual JSON.