BitConvert - ASCII to Decimal Converter

Convert ASCII characters like A or Hello into Decimal values instantly.

0
Copied!
What is ASCII?

ASCII stands for American Standard Code for Information Interchange. It assigns a unique numeric code to characters like letters, numbers, punctuation, and control codes.

What is Decimal?

Decimal is the base-10 numbering system. In ASCII conversion, each character is represented by its decimal code from 0 to 127.

How ASCII Converts to Decimal
ASCII to Decimal Table (Common Characters)
Character Decimal
A65
B66
C67
a97
b98
c99
048
149
!33
Space32