Text to ASCII Converter
The Text to ASCII Converter is a free online tool that allows users to convert any text into its ASCII (American Standard Code for Information Interchange) representation. ASCII is a character encoding standard that assigns a numerical value to letters, numbers, and symbols, making it ideal for programming and digital communication.
This tool is designed to help users quickly convert plain text into ASCII codes. It is useful for developers, students, and anyone working with text that needs to be encoded in ASCII. Whether you are working on a programming project, learning about character encoding, or need to convert text for technical purposes, this converter will make the process simple and efficient.
Input Text | ASCII Output |
---|---|
Hello | 72 101 108 108 111 |
ASCII | 65 83 67 73 73 |
ASCII | Binary | Decimal | Hexdecimal |
---|---|---|---|
NUL | 00000000 | 0 | 00 |
SOH | 00000001 | 1 | 01 |
STX | 00000010 | 2 | 02 |
ETX | 00000011 | 3 | 03 |
EOT | 00000100 | 4 | 04 |
ENQ | 00000101 | 5 | 05 |
ACK | 00000110 | 6 | 06 |
BEL | 00000111 | 7 | 07 |
BS | 00001000 | 8 | 08 |
HT | 00001001 | 9 | 09 |
LF | 00001010 | 10 | 0A |
VT | 00001011 | 11 | 0B |
FF | 00001100 | 12 | 0C |
CR | 00001101 | 13 | 0D |
SO | 00001110 | 14 | 0E |
SI | 00001111 | 15 | 0F |
DLE | 00010000 | 16 | 10 |
DC1 | 00010001 | 17 | 11 |
DC2 | 00010010 | 18 | 12 |
DC3 | 00010011 | 19 | 13 |
DC4 | 00010100 | 20 | 14 |
NAK | 00010101 | 21 | 15 |
SYN | 00010110 | 22 | 16 |
ETB | 00010111 | 23 | 17 |
CAN | 00011000 | 24 | 18 |
EM | 00011001 | 25 | 19 |
SUB | 00011010 | 26 | 1A |
ESC | 00011011 | 27 | 1B |
FS | 00011100 | 28 | 1C |
GS | 00011101 | 29 | 1D |
RS | 00011110 | 30 | 1E |
US | 00011111 | 31 | 1F |
Space | 00100000 | 32 | 20 |
! | 00100001 | 33 | 21 |
" | 00100010 | 34 | 22 |
# | 00100011 | 35 | 23 |
$ | 00100100 | 36 | 24 |
% | 00100101 | 37 | 25 |
& | 00100110 | 38 | 26 |
' | 00100111 | 39 | 27 |
( | 00101000 | 40 | 28 |
) | 00101001 | 41 | 29 |
* | 00101010 | 42 | 2A |
+ | 00101011 | 43 | 2B |
, | 00101100 | 44 | 2C |
- | 00101101 | 45 | 2D |
. | 00101110 | 46 | 2E |
/ | 00101111 | 47 | 2F |
0 | 00110000 | 48 | 30 |
1 | 00110001 | 49 | 31 |
2 | 00110010 | 50 | 32 |
3 | 00110011 | 51 | 33 |
4 | 00110100 | 52 | 34 |
5 | 00110101 | 53 | 35 |
6 | 00110110 | 54 | 36 |
7 | 00110111 | 55 | 37 |
8 | 00111000 | 56 | 38 |
9 | 00111001 | 57 | 39 |
: | 00111010 | 58 | 3A |
; | 00111011 | 59 | 3B |
< | 00111100 | 60 | 3C |
= | 00111101 | 61 | 3D |
> | 00111110 | 62 | 3E |
? | 00111111 | 63 | 3F |
@ | 01000000 | 64 | 40 |
A | 01000001 | 65 | 41 |
B | 01000010 | 66 | 42 |
C | 01000011 | 67 | 43 |
D | 01000100 | 68 | 44 |
E | 01000101 | 69 | 45 |
F | 01000110 | 70 | 46 |
G | 01000111 | 71 | 47 |
H | 01001000 | 72 | 48 |
I | 01001001 | 73 | 49 |
J | 01001010 | 74 | 4A |
K | 01001011 | 75 | 4B |
L | 01001100 | 76 | 4C |
M | 01001101 | 77 | 4D |
N | 01001110 | 78 | 4E |
O | 01001111 | 79 | 4F |
P | 01010000 | 80 | 50 |
Q | 01010001 | 81 | 51 |
R | 01010010 | 82 | 52 |
S | 01010011 | 83 | 53 |
T | 01010100 | 84 | 54 |
U | 01010101 | 85 | 55 |
V | 01010110 | 86 | 56 |
W | 01010111 | 87 | 57 |
X | 01011000 | 88 | 58 |
Y | 01011001 | 89 | 59 |
Z | 01011010 | 90 | 5A |
[ | 01011011 | 91 | 5B |
\ | 01011100 | 92 | 5C |
] | 01011101 | 93 | 5D |
^ | 01011110 | 94 | 5E |
_ | 01011111 | 95 | 5F |
` | 01100000 | 96 | 60 |
a | 01100001 | 97 | 61 |
b | 01100010 | 98 | 62 |
c | 01100011 | 99 | 63 |
d | 01100100 | 100 | 64 |
e | 01100101 | 101 | 65 |
f | 01100110 | 102 | 66 |
g | 01100111 | 103 | 67 |
h | 01101000 | 104 | 68 |
i | 01101001 | 105 | 69 |
j | 01101010 | 106 | 6A |
k | 01101011 | 107 | 6B |
l | 01101100 | 108 | 6C |
m | 01101101 | 109 | 6D |
n | 01101110 | 110 | 6E |
o | 01101111 | 111 | 6F |
p | 01110000 | 112 | 70 |
q | 01110001 | 113 | 71 |
r | 01110010 | 114 | 72 |
s | 01110011 | 115 | 73 |
t | 01110100 | 116 | 74 |
u | 01110101 | 117 | 75 |
v | 01110110 | 118 | 76 |
w | 01110111 | 119 | 77 |
x | 01111000 | 120 | 78 |
y | 01111001 | 121 | 79 |
z | 01111010 | 122 | 7A |
{ | 01111011 | 123 | 7B |
| | 01111100 | 124 | 7C |
} | 01111101 | 125 | 7D |
~ | 01111110 | 126 | 7E |
DEL | 01111111 | 127 | 7F |
While this tool is designed to provide accurate ASCII conversions, it is important to understand that ASCII encoding is limited to specific characters. Extended characters, such as those from other languages, might not be represented accurately. Always double-check the results, especially if you are working with non-English text.
ASCII (American Standard Code for Information Interchange) is a character encoding standard that represents text in computers and other devices that use text. Each character is assigned a numerical code, ranging from 0 to 127, which corresponds to letters, numbers, punctuation, and control characters.
This tool can convert characters within the standard ASCII range (0-127). However, for characters outside this range, such as accented letters or symbols from other languages, the results may not be accurate.
Yes, the Text to ASCII Converter is completely free to use, and there are no restrictions on the number of conversions you can perform.
Yes, after conversion, you can easily copy the ASCII result for use in your projects or documentation.
Related tools
Your recent visits