Text to ASCII Converter

Convert text to ASCII codes, decimal, hexadecimal, binary, and octal formats

Character Table

CharacterDecimalHexBinaryOctalName

ASCII Reference Examples

Printable Characters

Space: 32 (0x20)
Digits: 48-57 (0x30-0x39)
Uppercase: 65-90 (0x41-0x5A)
Lowercase: 97-122 (0x61-0x7A)

Control Characters

Newline: 10 (0x0A)
Carriage Return: 13 (0x0D)
Tab: 9 (0x09)
Backspace: 8 (0x08)

HTML Entities

Space:  
Ampersand: &
Less than: <
Greater than: >