🔢
Converters
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 text character corresponds to a number in the ASCII table. For example, the letter A is decimal 65, B is 66 and space is 32.
The decimal representation of ASCII characters is used in debugging, low-level string manipulation, network protocols and data transmission.
Related Tools
🔄
Base64 Converter
Encode text to Base64 or decode Base64 strings back to the original. Free online tool with no server required.
🔗
URL Encode / Decode
Encode text for safe use in URLs (percent-encoding) or decode URL-encoded strings back to the original. Processed in the browser.
01
Binary Code Translator
Convert text to binary code (0s and 1s) and vice versa. Supports any ASCII character. Processed in the browser.