Tools

Convert ASCII value to Hex

This tool allows you to convert ASCII text to hexadecimal values. ASCII (American Standard Code for Information Interchange) is a character encoding standard that represents text characters as numbers. Each character is assigned a unique decimal number between 0 and 127, which can be converted to hexadecimal.

For example:
• The letter 'A' has ASCII value 65 (decimal) which is 41 in hexadecimal
• The letter 'a' has ASCII value 97 (decimal) which is 61 in hexadecimal
• The space character has ASCII value 32 (decimal) which is 20 in hexadecimal

Simply enter any text in the input field above and click "Convert To Hex" to see its hexadecimal representation. The tool will convert each character to its corresponding hex value. This is useful for working with binary data, network protocols, or when you need to represent text in a hex format.

ASCII Character Reference Table

CharacterASCIIBinaryHex
A650100000141
B660100001042
C670100001143
D680100010044
E690100010145
F700100011046
G710100011147
H720100100048
I730100100149
J74010010104A
K75010010114B
L76010011004C
M77010011014D
N78010011104E
O79010011114F
P800101000050
Q810101000151
R820101001052
S830101001153
T840101010054
U850101010155
V860101011056
W870101011157
X880101100058
Y890101100159
Z90010110105A
a970110000161
b980110001062
c990110001163
d1000110010064
e1010110010165
f1020110011066
g1030110011167
h1040110100068
i1050110100169
j106011010106A
k107011010116B
l108011011006C
m109011011016D
n110011011106E
o111011011116F
p1120111000070
q1130111000171
r1140111001072
s1150111001173
t1160111010074
u1170111010175
v1180111011076
w1190111011177
x1200111100078
y1210111100179
z122011110107A