ASCII Converter

calculatorsonline.co.uk

ASCII Converter

Instantly convert text to ASCII decimal, binary, hexadecimal, or octal codes — and decode ASCII codes straight back into readable text.

🔤 Text ⇄ ASCII
💻 Dev Tool
Instant Conversion
📱 Mobile Friendly

Convert Between Text & ASCII

Choose a direction, enter your text or codes, and pick an output format to get an instant, accurate conversion.

Conversion Input

Enter text or ASCII codes to convert

🔁 Direction
Text → ASCII
ASCII → Text
⌨️ Input
Standard ASCII covers letters, digits, and punctuation from codes 0–127.

Conversion Result

Your converted output

Common ASCII Codes

Frequently used ASCII characters and their decimal, binary, and hexadecimal equivalents.

Character Decimal Binary Hex Octal
Space320010000020040
A650100000141101
Z90010110105A132
a970110000161141
z122011110107A172
0480011000030060
9570011100139071
!330010000121041
⚠️ Important Note: Standard ASCII only defines 128 characters (codes 0–127). Characters outside that range, such as emoji or accented letters, are represented using extended encodings like Unicode/UTF-8 rather than plain ASCII.

ASCII Converter FAQ

Everything you need to know about ASCII codes and converting between text and character encodings.

ASCII, short for American Standard Code for Information Interchange, is a character encoding standard that assigns a numeric code from 0 to 127 to each letter, digit, punctuation mark, and control character used in English text.

Each character is first converted to its ASCII decimal value, then that decimal value is converted to base 2. For example, the letter A has an ASCII decimal value of 65, which is 01000001 in 8-bit binary.

Decimal, hexadecimal, and octal are simply different number bases used to represent the same underlying ASCII code. The letter A is decimal 65, hexadecimal 41, and octal 101 — all three represent the exact same character.

No. Standard ASCII only covers 128 characters, mainly the basic English alphabet, digits, and punctuation. Accented letters, emoji, and characters from other languages require a wider encoding such as Unicode or UTF-8, which extend far beyond the original ASCII range.

Similar Posts