RESULTS
1 | How to use our ASCII to Hex converter? |
2 | How to Convert ASCII to Hex? |
3 | ASCII Hex table |
ASCII to Hex converter is used to convert ASCII characters to hexadecimal numbers. It is an online tool that is completely free of cost. Students, computer engineers, and teachers can use this converter anywhere from their mobile devices because it is a browser-based tool. This ASCII code converter is very efficient for converting ASCII to hex. It is robust, reliable, and simple to use.
In this post, we will discuss how to use our ASCII hex converter, how to convert ASCII to hex, and ASCII to hex conversion table as well.
How to use our ASCII to Hex converter?
The ASCII to Hex converter makes it possible to convert ASCII characters into hexadecimal at one click. To use this converter, follow the below steps.
- Enter your ASCII value in the given input box.
- Press the "Calculate"
- See the hexadecimal numbers in the result tab.
The ASCII decoder will instantly give you the output in a hex number. You can use our Hex to ASCII converter if you need to convert back Hex to ASCII.
Bottom of Form
How to Convert ASCII to Hex?
To convert text to hexadecimal, follow the steps below:
- Identify the ASCII string that you want to convert into hex.
- Use the ASCII table given below to get a hexadecimal number against each character.
- By repeating these steps, convert ASCII characters into hex.
Example:
Convert to hex: Soft
Let's convert the ASCII word "Soft" to hexadecimal.
Step 1:
Check the ASCII table for each character in the text "Soft." By using the ASCII table below, you can find the matching characters easily.
S = 53, o = 6f, f = 66, t = 74
Step 2:
Use these numbers to form a hex string.
Soft = 53 6f 66 74
So, the ASCII "Soft" is equal to the 53 6f 66 74 in hexadecimal.
ASCII Hex table
Use the below ASCII to hex conversion table to convert ASCII to hexadecimal.
ASCII | Hexadecimal |
NUL | 00 |
SOH | 01 |
STX | 02 |
ETX | 03 |
EOT | 04 |
ENQ | 05 |
ACK | 06 |
BEL | 07 |
BS | 08 |
HT | 09 |
LF | 0A |
VT | 0B |
FF | 0C |
CR | 0D |
SO | 0E |
SI | 0F |
DLE | 10 |
DC1 | 11 |
DC2 | 12 |
DC3 | 13 |
DC4 | 14 |
NAK | 15 |
SYN | 16 |
ETB | 17 |
CAN | 18 |
EM | 19 |
SUB | 1A |
ESC | 1B |
FS | 1C |
GS | 1D |
RS | 1E |
US | 1F |
Space | 20 |
! | 21 |
" | 22 |
# | 23 |
$ | 24 |
% | 25 |
& | 26 |
' | 27 |
( | 28 |
) | 29 |
* | 2A |
+ | 2B |
, | 2C |
- | 2D |
. | 2E |
/ | 2F |
0 | 30 |
1 | 31 |
2 | 32 |
3 | 33 |
4 | 34 |
5 | 35 |
6 | 36 |
7 | 37 |
8 | 38 |
9 | 39 |
: | 3A |
; | 3B |
< | 3C |
= | 3D |
> | 3E |
? | 3F |
@ | 40 |
A | 41 |
B | 42 |
C | 43 |
D | 44 |
E | 45 |
F | 46 |
G | 47 |
H | 48 |
I | 49 |
J | 4A |
K | 4B |
L | 4C |
M | 4D |
N | 4E |
O | 4F |
P | 50 |
Q | 51 |
R | 52 |
S | 53 |
T | 54 |
U | 55 |
V | 56 |
W | 57 |
X | 58 |
Y | 59 |
Z | 5A |
[ | 5B |
\ | 5C |
] | 5D |
^ | 5E |
_ | 5F |
` | 60 |
a | 61 |
b | 62 |
c | 63 |
d | 64 |
e | 65 |
f | 66 |
g | 67 |
h | 68 |
i | 69 |
j | 6A |
k | 6B |
l | 6C |
m | 6D |
n | 6E |
o | 6F |
p | 70 |
q | 71 |
r | 72 |
s | 73 |
t | 74 |
u | 75 |
v | 76 |
w | 77 |
x | 78 |
y | 79 |
z | 7A |
{ | 7B |
| | 7C |
} | 7D |
~ | 7E |
DEL | 7F |