Convert Char to ASCII | Online Tool

What is ASCII?

ASCII (American Standard Code for Information Interchange) is a character encoding standard that assigns numeric codes to represent text characters.

ASCII encodes 128 characters, including letters, numbers, punctuation marks, and control characters.

ASCII Table

Symbol to ASCII

SymbolASCII
!33
34
#35
$36
%37
&38
39
(40
)41
*42
+43
,44
45
.46
/47

Number to ASCII

NumberASCII
048
149
250
351
452
553
654
755
856
957

Symbol to ASCII

SymbolASCII
:58
;59
<60
=61
>62
?63
@64

Char to ASCII

CharASCII
A65
B66
C67
D68
E69
F70
G71
H72
I73
J74
K75
L76
M77
N78
O79
P80
Q81
R82
S83
T84
U85
V86
W87
X88
Y89
Z90

Char to ASCII

CharASCII
a97
b98
c99
d100
e101
f102
g103
h104
i105
j106
k107
l108
m109
n110
o111
p112
q113
r114
s115
t116
u117
v118
w119
x120
y121
z122

About ASCII Conversion Tool

ASCII conversion tool is online utilities designed to convert char into ASCII code.

This tool is handy for various purposes such as encoding text messages for transmission over networks, converting binary data to human-readable format, or debugging purposes in computer programming.

Users can input text or binary data into this tool, and get the corresponding ASCII representation or decode ASCII as output.

This tool is essential in various fields including computer science, telecommunications, and data processing.