Ascii Encoding/Decoding Tool

Convert/Implement Text to Ascii Encoder/Decoder tool

Input
Encode Decode
Output
What is Ascii?
  1. ASCII stands for American Standard Code for Information Interchange.
  2. ASCII is a standard data-encoding format for electronic communication between computers.
  3. ASCII contains 128 characters
  4. It assigns standard numeric values to letters, numerals, punctuation marks, and other characters used in computers.
  5. Here is a full list of ASCII Table
Decimal Character Hex Binary
0 NUL 00 00000000
1 SOH 01 00000001
2 STX 02 00000010
3 ETX 03 00000011
4 EOT 04 00000100
5 ENQ 05 00000101
6 ACK 06 00000110
7 BEL 07 00000111
8 BS 08 00001000
9 HT 09 00001001
10 LF 0A 00001010
11 VT 0B 00001011
12 FF 0C 00001100
13 CR 0D 00001101
14 SO 0E 00001110
15 SI 0F 00001111
16 DLE 10 00010000
17 DC1 11 00010001
18 DC2 12 00010010
19 DC3 13 00010011
20 DC4 14 00010100
21 NAK 15 00010101
22 SYN 16 00010110
23 ETB 17 00010111
24 CAN 18 00011000
25 EM 19 00011001
26 SUB 1A 00011010
27 ESC 1B 00011011
28 FS 1C 00011100
29 GS 1D 00011101
30 RS 1E 00011110
31 US 1F 00011111
32 20 00100000
33 ! 21 00100001
34 " 22 00100010
35 # 23 00100011
36 $ 24 00100100
37 % 25 00100101
38 & 26 00100110
39 ' 27 00100111
40 ( 28 00101000
41 ) 29 00101001
42 * 2A 00101010
43 + 2B 00101011
44 , 2C 00101100
45 - 2D 00101101
46 . 2E 00101110
47 / 2F 00101111
48 0 30 00110000
49 1 31 00110001
50 2 32 00110010
51 3 33 00110011
52 4 34 00110100
53 5 35 00110101
54 6 36 00110110
55 7 37 00110111
56 8 38 00111000
57 9 39 00111001
58 : 3A 00111010
59 ; 3B 00111011
60 < 3C 00111100
61 = 3D 00111101
62 > 3E 00111110
63 ? 3F 00111111
64 @ 40 01000000
65 A 41 01000001
66 B 42 01000010
67 C 43 01000011
68 D 44 01000100
69 E 45 01000101
70 F 46 01000110
71 G 47 01000111
72 H 48 01001000
73 I 49 01001001
74 J 4A 01001010
75 K 4B 01001011
76 L 4C 01001100
77 M 4D 01001101
78 N 4E 01001110
79 O 4F 01001111
80 P 50 01010000
81 Q 51 01010001
82 R 52 01010010
83 S 53 01010011
84 T 54 01010100
85 U 55 01010101
86 V 56 01010110
87 W 57 01010111
88 X 58 01011000
89 Y 59 01011001
90 Z 5A 01011010
91 [ 5B 01011011
92 \ 5C 01011100
93 ] 5D 01011101
94 ^ 5E 01011110
95 _ 5F 01011111
96 ` 60 01100000
97 a 61 01100001
98 b 62 01100010
99 c 63 01100011
100 d 64 01100100
101 e 65 01100101
102 f 66 01100110
103 g 67 01100111
104 h 68 01101000
105 i 69 01101001
106 j 6A 01101010
107 k 6B 01101011
108 l 6C 01101100
109 m 6D 01101101
110 n 6E 01101110
111 o 6F 01101111
112 p 70 01110000
113 q 71 01110001
114 r 72 01110010
115 s 73 01110011
116 t 74 01110100
117 u 75 01110101
118 v 76 01110110
119 w 77 01110111
120 x 78 01111000
121 y 79 01111001
122 z 7A 01111010
123 { 7B 01111011
124 | 7C 01111100
125 } 7D 01111101
126 ~ 7E 01111110
127 DEL 7F 01111111
How does our tool work? LEARN MORE
  1. Enter your data in the input field
  2. Extract the data from url and files as needed from the options provided at the input field
  3. Our tool will automatically encodes and decodes your input data securely by using the Ascii encoding and decoding methods.
  4. Change the mode from encode to decode as needed
  5. Use our export tools to export the conversion to other platforms quickly and easily
  6. Example: "a" this number is encoded into "97" and "97" is decoded into "a".
Why choose our tool?
  1. Apart from encoding/decoding we provide converstion from url and files
  2. We provide Implementation codes and examples with different programing languages.
  3. Securely converts your data by our tool.
  4. Your input data is not stored in our servers in any way while using this tool and you data is converted locally and no one will see expect you. Your privacy matter's the most to us.
  5. Expericence our newly designed, upgraded and easy-to-use version 3 tools.
Implementing Using JS
Using JS Using jQuery Using PHP Using Python


Library

Implement your own Encoding/Decoding tool with our libray for free. Refer the implemtation code using js and jquery to use the library.

A total of 9 Encoding/Decoding Tools are present in this library.

  1. Used for: Encoding/Decoding
  2. Developer: BMR ONLINE TOOLS
  3. Total algorithms: 9
  4. Version: 3
  5. Model: 1.0.0
  6. Available in: JavaScript
  7. Script Tag(JS): <script async src="https://online-tools.bmreducation.com/lib/encode-decode/v3.1.0.0.js"></script>
  8. Script Tag(jQuery): <script async src="https://online-tools.bmreducation.com/lib/encode-decode/v3.jquery.1.0.0.js"></script>

MORE TOOLS
Convert/Implement Text to BASE32 Encoding/Decoding format
Learning Info AvailableImplementation Codes AvailableLibrary Version Available
Convert/Implement Text to BASE58 Encoding/Decoding format
Learning Info AvailableImplementation Codes AvailableLibrary Version Available
Convert/Implement Text to HEX Encoding/Decoding format
Learning Info AvailableImplementation Codes AvailableLibrary Version Available
Convert/Implement Text to HTML Encoding/Decoding format
Learning Info AvailableImplementation Codes AvailableLibrary Version Available
Convert/Implement Text to IDN Encoding/Decoding format
Learning Info AvailableImplementation Codes AvailableLibrary Version Available
Convert/Implement Text to UNICODE Encoding/Decoding format
Learning Info AvailableImplementation Codes AvailableLibrary Version Available
Convert/Implement Text to URL Encoding/Decoding format
Learning Info AvailableImplementation Codes AvailableLibrary Version Available
Convert/Implement Text to BASE64 Encoding/Decoding format
Learning Info AvailableImplementation Codes AvailableLibrary Version Available
Load More
GUIDE

All of our Encoding/Decoding Tools uses Version 3 Software.

Encode button encodes the given input into encoded format.

Decode button encodes the given input into decoded format.

Click or any of the buttons to enable auto mode.

To download the encoded or decoded code, click on the download button.

You can also generate and download image and pdf files for the encoded or decoded code.

To share the encoded or decoded code, copy the code by clicking the button Copy.

To clear the input field immediately after your work is done, we provide a clear option to clear your input and output data.

This Enocoder/Decoder tool will not collect any user's data into our database or servers. Your data is fully secure and does not stored to us in any way. This is a fully secure platform, you can freely use the tools, and the user's privacy is most important to us.

And finally, don't forget to give your feedback. Click on the at the top to give feedback.


FEEDBACK