A simple browser-based utility that URL-encodes ASCII characters. Just paste your ASCII text in the input area and you will instantly get percent-encoded ASCII in the output area. Fast, free, and without ads. Import ASCII – get URL-escaped ASCII. Created by computer nerds from team Browserling.
A simple browser-based utility that URL-encodes ASCII characters. Just paste your ASCII text in the input area and you will instantly get percent-encoded ASCII in the output area. Fast, free, and without ads. Import ASCII – get URL-escaped ASCII. Created by computer nerds from team Browserling.
This tool takes ASCII as input and applies URL-encoding on it. This encoding finds all special ASCII characters in the data and converts them into hex values with a percent sign. Therefore, URL-encoding is often called the percent coding. Depending on the set of special characters, there are several encoding methods. The encode-uri function encodes all ASCII characters except digits, uppercase Latin letters, lowercase Latin letters, and symbols "!#$&'()*+,-./:;=?@_~". The encode-uri-component method encodes all ASCII symbols except digits, letters, and the following 9 symbols "!'()*-._~". The escape method also doesn't encode numbers, letters, and 7 more characters "*+-./@_". The alphanum-underscore method preserves numbers, letters, and the "_" character and escapes all other symbols. If none of these methods suit you, you can create your own method. To do this, you can select the option "Custom Encoding Characters" or option "Custom Non-encoding Characters", and enter the required ASCII characters in the field below. If the first option is selected, then the specified symbols will be encoded (and all others won't be). If the second option is selected, then the specified characters will not be encoded (and all others will be). We have also added a separate group of options to control whitespace symbols. Using these options in the second options group, you can skip encoding newlines, tabs, or spaces. The third group of options allows you to choose the letter case for hexadecimal values. For example, an asterisk character "*" can be escaped as "%2a" (lowercase hex) or "%2A" (uppercase hex). Asciiabulous!
This tool takes ASCII as input and applies URL-encoding on it. This encoding finds all special ASCII characters in the data and converts them into hex values with a percent sign. Therefore, URL-encoding is often called the percent coding. Depending on the set of special characters, there are several encoding methods. The encode-uri function encodes all ASCII characters except digits, uppercase Latin letters, lowercase Latin letters, and symbols "!#$&'()*+,-./:;=?@_~". The encode-uri-component method encodes all ASCII symbols except digits, letters, and the following 9 symbols "!'()*-._~". The escape method also doesn't encode numbers, letters, and 7 more characters "*+-./@_". The alphanum-underscore method preserves numbers, letters, and the "_" character and escapes all other symbols. If none of these methods suit you, you can create your own method. To do this, you can select the option "Custom Encoding Characters" or option "Custom Non-encoding Characters", and enter the required ASCII characters in the field below. If the first option is selected, then the specified symbols will be encoded (and all others won't be). If the second option is selected, then the specified characters will not be encoded (and all others will be). We have also added a separate group of options to control whitespace symbols. Using these options in the second options group, you can skip encoding newlines, tabs, or spaces. The third group of options allows you to choose the letter case for hexadecimal values. For example, an asterisk character "*" can be escaped as "%2a" (lowercase hex) or "%2A" (uppercase hex). Asciiabulous!
In this example, we URL-encode an ASCII string that says hello world. We use the "Escape" encoding method that encodes spaces, exclamation and quote marks, all types of brackets (and 26 other ASCII characters that aren't used here). As they say, simple examples are the best examples.
This example loads ASCII data with three variables x, y, and z, and encodes them using the "AlphaNum_" function. This function escapes all symbols that are not alphanumeric or underscore. In the example variables x, y, and z are all alphanumeric, so they remain untouched. Only the newline characters are encoded into their lowercase hexadecimal representations "%0a".
In this example, we percent-encode an FTP link that contains many special URL symbols. We apply the component encoding function on this link and convert the column character and all slashes to URL-escaped sequences with hex digits in uppercase format.
In this example, we have selected a two option combo. The first option encodes all ASCII characters and the second option "Do Not Encode Newlines" makes a slight exception to this rule and skips encoding \n symbols. This way each French word is percent-encoded and remains on its own line.
In this example, we encode three ASCII strings that contain the charge data of elementary particles. We escape the strings via the "Custom Encoding Characters" option. In the textbox for custom characters, we enter digits from 0 to 3 and the dot character. In the output, only the entered symbols are escaped.
This example uses the "Custom Non-encoding Characters" option to escape data in a list of antonyms. In the text field for this option, we have specified the uppercase ASCII letters and the en dash symbol. What this means is that all characters except these will be escaped. Additionally, we have selected three whitespace preserving options that skip escaping newlines, tabs, and spaces, and selected another option that prints the hexadecimal percent codes in uppercase.
You can pass input to this tool via ?input query argument and it will automatically compute output. Here's how to type it in your browser's address bar. Click to try!
Draw ASCII art in a neat browser-based editor.
Draw ANSI art in a neat browser-based editor.
Draw the contents of NFO files.
Convert ASCII data to ANSI data.
Convert ASCII data to ANSI data.
Create a JPG image from ASCII art.
Create ASCII art from a JPG image.
Create a PNG image from ASCII art.
Create ASCII art from a PNG image.
Create a GIF image (single frame) from ASCII art.
Create ASCII art from a GIF image.
Create an animated GIF from multiple ASCII art frames.
Use chemical element names for ASCII values.
Convert ASCII characters to scan codes.
Convert scan codes to ASCII characters.
Convert ASCII code to BCD code.
Convert BCD code to ASCII code.
Convert ASCII charset to EBCDIC charset.
Convert EBCDIC charset to ASCII charset.
Convert ASCII data to PETSCII (CBM ASCII) data.
Convert PETSCII (CBM ASCII) text to ASCII text.
Convert ASCII data to ATASCII (ATARI ASCII) data.
Convert ATASCII (ATARI ASCII) data to ASCII data.
Rotate ASCII chars to the left or to the right.
Make the input ASCII data shorter.
Extract a slice from ASCII data.
Set upper and lower ASCII code bounds.
Randomize the order of ASCII characters.
Reverse the order of ASCII chars.
Convert ASCII characters to integers.
Convert integers to ASCII values.
Convert ASCII characters to keyboard keycodes.
Convert keyboard keycodes to ASCII values.
Calculate the sum of individual ASCII code points.
Calculate the difference of individual ASCII code points.
Calculate the length of an ASCII string.
Draw a table using ASCII characters as border elements.
Draw a folder structure or a binary graph.
Generate digital waveforms with ASCII characters.
Draw a PETSCII (CBM ASCII) character set table.
Draw an ATASCII (ATARI ASCII) character set table.
Make all ASCII symbols go in a spiral.
Draw various ASCII art smiley faces.
Visualize ASCII data at the byte and bit level.
Apply the AND operation on ASCII data.
Apply the OR operation on ASCII data.
Apply the XOR operation on ASCII data.
Apply the NOT operation on ASCII data.
Generate ASCII data that matches the given regex.
Generate a minimal regex that matches the given ASCII data.
Use similar-looking Unicode characters for ASCII chars.
Simulate data damage and add errors to ASCII data.
Simulate keyboard typos and create errors in ASCII text.
Unleash Zalgo on ASCII data.
Subscribe to our updates. We'll let you know when we release new tools, features, and organize online workshops.
Enter your email here
We're Browserling — a friendly and fun cross-browser testing company powered by alien technology. At Browserling we love to make peoples' lives easier, so we created this collection of ASCII tools. Our tools have the simplest user interface that doesn't require advanced computer skills and they are used by millions of people every month. Our ASCII tools are actually powered by our web developer tools that we created over the last couple of years. Check them out!