ASCII, or American Standard Code for Information Interchange, is a character encoding standard for electronic communication. It is a 7-bit code that represents 128 different characters, including letters, numbers, punctuation marks, and control characters.
This online tool allows you to convert text to ASCII code and vice versa. Simply enter your text in the appropriate field and click the ‘Text to ASCII’ or ‘ASCII to Text’ button. The tool will then convert your text to ASCII code or ASCII to text, depending on the selected option.
ASCII Converter
What is ASCII?
ASCII is an acronym that stands for “American Standard Code for Information Interchange.” It is a character encoding standard developed by the American National Standards Institute (ANSI) in the 1960s to ease information sharing across many types of computer systems and devices.
Each character (letters, numbers, punctuation marks, and special symbols) in ASCII is represented by a unique 7-bit binary code. This binary code enables computers to comprehend and interpret text characters, allowing for the display and exchange of data in a standardized format.
ASCII was originally made up of 128 characters, which included control characters (such as carriage return and line feed) and printable characters (letters, numbers, and symbols). ASCII extensions and variations have been developed over time to allow additional characters and symbols from many languages and writing systems.
What is the ASCII Converter tool?
The ASCII Converter is a free online program that converts ordinary text to ASCII art and vice versa. You may quickly convert plain text messages or phrases to ASCII representations.
How does the ASCII Converter work?
To convert text to ASCII art, simply enter your text in the input box and click the ‘Text to ASCII’ button. The tool will then generate a creative representation of your text using ASCII characters to create a visually appealing display. And if you want to convert from ASCII to text, just click the ‘ASCII to Text’ button.
Can I share the generated ASCII art with others?
Yes, the generated ASCII art can be readily shared with others by copying the ASCII representation from the output box and pasting it into emails, social media posts, or other digital platforms.
Is the ASCII Converter tool free to use?
Yes, the ASCII Converter tool is completely free to use. There are no hidden charges or subscription fees associated with its usage. Enjoy the creative benefits of ASCII art without any cost.
Is the ASCII Converter tool compatible with all devices?
Yes, the ASCII Converter program is intended to work with a wide range of devices and operating systems. It is accessible and usable on computers, laptops, cellphones, and tablets with internet access.
ASCII Table
The ASCII table can be useful in many situations in life. You can see it below.
Decimal | Hexadecimal | Binary | Character |
---|---|---|---|
0 | 0 | 0 | NUL |
1 | 1 | 1 | SOH |
2 | 2 | 10 | STX |
3 | 3 | 11 | ETX |
4 | 4 | 100 | EOT |
5 | 5 | 101 | ENQ |
6 | 6 | 110 | ACK |
7 | 7 | 111 | BEL |
8 | 8 | 1000 | BS |
9 | 9 | 1001 | HT |
10 | 0A | 1010 | LF |
11 | 0B | 1011 | VT |
12 | 0C | 1100 | FF |
13 | 0D | 1101 | CR |
14 | 0E | 1110 | SO |
15 | 0F | 1111 | SI |
16 | 10 | 10000 | DLE |
17 | 11 | 10001 | DC1 |
18 | 12 | 10010 | DC2 |
19 | 13 | 10011 | DC3 |
20 | 14 | 10100 | DC4 |
21 | 15 | 10101 | NAK |
22 | 16 | 10110 | SYN |
23 | 17 | 10111 | ETB |
24 | 18 | 11000 | CAN |
25 | 19 | 11001 | EM |
26 | 1A | 11010 | SUB |
27 | 1B | 11011 | ESC |
28 | 1C | 11100 | FS |
29 | 1D | 11101 | GS |
30 | 1E | 11110 | RS |
31 | 1F | 11111 | US |
32 | 20 | 100000 | space |
33 | 21 | 100001 | ! |
34 | 22 | 100010 | “ |
35 | 23 | 100011 | # |
36 | 24 | 100100 | $ |
37 | 25 | 100101 | % |
38 | 26 | 100110 | & |
39 | 27 | 100111 | ‘ |
40 | 28 | 101000 | ( |
41 | 29 | 101001 | ) |
42 | 2A | 101010 | * |
43 | 2B | 101011 | + |
44 | 2C | 101100 | , |
45 | 2D | 101101 | – |
46 | 2E | 101110 | . |
47 | 2F | 101111 | / |
48 | 30 | 110000 | 0 |
49 | 31 | 110001 | 1 |
50 | 32 | 110010 | 2 |
51 | 33 | 110011 | 3 |
52 | 34 | 110100 | 4 |
53 | 35 | 110101 | 5 |
54 | 36 | 110110 | 6 |
55 | 37 | 110111 | 7 |
56 | 38 | 111000 | 8 |
57 | 39 | 111001 | 9 |
58 | 3A | 111010 | : |
59 | 3B | 111011 | ; |
60 | 3C | 111100 | < |
61 | 3D | 111101 | = |
62 | 3E | 111110 | > |
63 | 3F | 111111 | ? |
64 | 40 | 1000000 | @ |
65 | 41 | 1000001 | A |
66 | 42 | 1000010 | B |
67 | 43 | 1000011 | C |
68 | 44 | 1000100 | D |
69 | 45 | 1000101 | E |
70 | 46 | 1000110 | F |
71 | 47 | 1000111 | G |
72 | 48 | 1001000 | H |
73 | 49 | 1001001 | I |
74 | 4A | 1001010 | J |
75 | 4B | 1001011 | K |
76 | 4C | 1001100 | L |
77 | 4D | 1001101 | M |
78 | 4E | 1001110 | N |
79 | 4F | 1001111 | O |
80 | 50 | 1010000 | P |
81 | 51 | 1010001 | Q |
82 | 52 | 1010010 | R |
83 | 53 | 1010011 | S |
84 | 54 | 1010100 | T |
85 | 55 | 1010101 | U |
86 | 56 | 1010110 | V |
87 | 57 | 1010111 | W |
88 | 58 | 1011000 | X |
89 | 59 | 1011001 | Y |
90 | 5A | 1011010 | Z |
91 | 5B | 1011011 | [ |
92 | 5C | 1011100 | \ |
93 | 5D | 1011101 | ] |
94 | 5E | 1011110 | ^ |
95 | 5F | 1011111 | _ |
96 | 60 | 1100000 | ` |
97 | 61 | 1100001 | a |
98 | 62 | 1100010 | b |
99 | 63 | 1100011 | c |
100 | 64 | 1100100 | d |
101 | 65 | 1100101 | e |
102 | 66 | 1100110 | f |
103 | 67 | 1100111 | g |
104 | 68 | 1101000 | h |
105 | 69 | 1101001 | i |
106 | 6A | 1101010 | j |
107 | 6B | 1101011 | k |
108 | 6C | 1101100 | l |
109 | 6D | 1101101 | m |
110 | 6E | 1101110 | n |
111 | 6F | 1101111 | o |
112 | 70 | 1110000 | p |
113 | 71 | 1110001 | q |
114 | 72 | 1110010 | r |
115 | 73 | 1110011 | s |
116 | 74 | 1110100 | t |
117 | 75 | 1110101 | u |
118 | 76 | 1110110 | v |
119 | 77 | 1110111 | w |
120 | 78 | 1111000 | x |
121 | 79 | 1111001 | y |
122 | 7A | 1111010 | z |
123 | 7B | 1111011 | { |
124 | 7C | 1111100 | | |
125 | 7D | 1111101 | } |
126 | 7E | 1111110 | ~ |
127 | 7F | 1111111 | DEL |