Input
Enter text or codes to convert
Output
Converted result
Conversion Options
Customize the conversion process
Conversion Examples
Text to ASCII
"A" → 65
Text to Binary
"A" → 01000001
Text to Hex
"A" → 41
ASCII to Text
65 → "A"
Binary to Text
01000001 → "A"
Hex to Text
41 → "A"
Character Encoding Information

ASCII (American Standard Code)

• 7-bit character encoding

• 128 characters (0-127)

• Includes letters, numbers, symbols

• Basic Latin characters

Binary Representation

• 8-bit binary codes

• Each character = 8 bits

• Base-2 numbering system

• Computer's native format