ASCII Converter
Convert between ASCII characters and codes
Formula
0-31 are control characters, 32 is space, 48-57 are digits, 65-90 uppercase, 97-122 lowercase.
Examples
ASCII 65
= "A" = 0x41 = 01000001
Frequently Asked Questions
About ASCII
Convert between ASCII characters, decimal codes, binary, and hexadecimal. ASCII (American Standard Code for Information Interchange) assigns numeric codes to 128 characters including English letters, digits, punctuation, and control characters. Codes 0-31 are control characters (tab, newline, etc.), 32 is space, 48-57 are digits 0-9, 65-90 are uppercase A-Z, and 97-122 are lowercase a-z. ASCII is the foundation of text encoding in computing—every text file, email, and web page uses ASCII-compatible encoding. Understanding ASCII is essential for programming, data processing, and cryptography. Modern systems use Unicode (UTF-8) which is backward-compatible with ASCII but supports characters from every writing system.
Related Calculators
Temperature Converter
Convert between Celsius, Fahrenheit, and Kelvin
Length Converter
Convert between meters, feet, inches, and more
Weight Converter
Convert between kg, lbs, ounces, and more
Volume Converter
Convert between liters, gallons, cups, and more