Our Network


Coming Soon


Coming Later

ASCII Character Generator

world's simplest ascii tool

A simple browser-based utility that generates the ASCII charset. Just press the button and you will instantly get all 7-bit or extended 8-bit ASCII symbols. Fast, free, and without ads. Press a button – get the ASCII set. Created by computer nerds from team Browserling.

᠎᠎᠎        Tool Options

Range and Separator

Starting ASCII code point value.
Ending ASCII code point value.
Separate ASCII chars with
this symbol.

ASCII Output Format

Choose the format to print
ASCII chars and ASCII codes.
If you chose the custom mode,
configure the output format here.
Choose the format for the
ASCII code.
If you chose the custom base,
configure the ASCII base here.

Control Chars, Order, and More

Choose the format for
control characters.
Print ASCII chars in the reverse
range order from the end to start.
If ASCII codes are printed in a
base that has letters (for example
hex), then make them uppercase.
Add padding to binary, octal,
and hexadecimal ASCII codes.

What Is an ASCII Character Generator?

This tool generates ASCII characters from the given ASCII code range. The ASCII character set (American Standard Code for Information Interchange) defines 128 7-bit characters with ASCII codes from 0 to 127. Values from 0 to 31, and 127 are non-printable control characters, such as Form Feed, Carriage Return, and Escape. ASCII characters from 32 to 126 are printable characters (total of 95) that are commonly used in most languages, such as letters, numbers, and punctuation. These characters can be printed and displayed on the screen. The Extended ASCII defines 256 8-bit characters. The first 128 are the same as regular 7-bit ASCII and the remaining 128 are new. The most popular Extended ASCII encodings are Latin-1 and Windows-1252 (also known as the ANSI Code Page). In this utility, you can configure the range of code values by specifying the start and end values, and use a custom separator symbol between them. You can display both the ASCII characters and their numeric code points, as well as select the output format for them. You can also choose the format for code points. For example, it can be a decimal number, an HTML entity, an octal escape code, or an arbitrary radix value. If you use the hexadecimal radix, then you can change the case of the hexadecimal digits. Binary, octal, and hex numbers also support padding. Binary codes can be padded to 8 digits, octal codes to 3 digits, and hex codes to 2 digits. As the control characters can't be printed themselves, you can print their names or Unicode glyphs instead. To generate the Extended ASCII characters, then use the range from 128 to 255. Asciiabulous!


ASCII Character Generator Examples

Click to try!

Full ASCII Table

In this example, we generate the entire ASCII character set from 0 to 127. It contains all control characters, special symbols, lowercase and uppercase Roman letters, and digits. We separate the values by spaces and use Unicode replacement symbols for the unprintable C0 control characters.

␀ ␁ ␂ ␃ ␄ ␅ ␆ ␇ ␈ ␉ ␊ ␋ ␌ ␍ ␎ ␏ ␐ ␑ ␒ ␓ ␔ ␕ ␖ ␗ ␘ ␙ ␚ ␛ ␜ ␝ ␞ ␟ ␠ ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ ␡
Required options
These options will be used automatically if you select this example.
Starting ASCII code point value.
Ending ASCII code point value.
Separate ASCII chars with
this symbol.
Choose the format to print
ASCII chars and ASCII codes.
Choose the format for
control characters.
Print ASCII chars in the reverse
range order from the end to start.

Extended ASCII

This example extends beyond the boundaries of the 7-bit ASCII character set and generates symbols from 128 to 255. These values have the high-bit (8th bit) set and therefore they are represented with 8-bit codes. Collectively, these characters are called the ANSI character set and it has 128 additional symbols to represent foreign language characters and more special symbols. We output values in the format "char (code)", with ASCII codes converted to the hex base, and we use commas to separate the symbols.

€ (80),  (81), ‚ (82), ƒ (83), „ (84), … (85), † (86), ‡ (87), ˆ (88), ‰ (89), Š (8a), ‹ (8b), Œ (8c),  (8d), Ž (8e),  (8f),  (90), ‘ (91), ’ (92), “ (93), ” (94), • (95), – (96), — (97), ˜ (98), ™ (99), š (9a), › (9b), œ (9c),  (9d), ž (9e), Ÿ (9f),   (a0), ¡ (a1), ¢ (a2), £ (a3), ¤ (a4), ¥ (a5), ¦ (a6), § (a7), ¨ (a8), © (a9), ª (aa), « (ab), ¬ (ac), ­ (ad), ® (ae), ¯ (af), ° (b0), ± (b1), ² (b2), ³ (b3), ´ (b4), µ (b5), ¶ (b6), · (b7), ¸ (b8), ¹ (b9), º (ba), » (bb), ¼ (bc), ½ (bd), ¾ (be), ¿ (bf), À (c0), Á (c1),  (c2), à (c3), Ä (c4), Å (c5), Æ (c6), Ç (c7), È (c8), É (c9), Ê (ca), Ë (cb), Ì (cc), Í (cd), Î (ce), Ï (cf), Ð (d0), Ñ (d1), Ò (d2), Ó (d3), Ô (d4), Õ (d5), Ö (d6), × (d7), Ø (d8), Ù (d9), Ú (da), Û (db), Ü (dc), Ý (dd), Þ (de), ß (df), à (e0), á (e1), â (e2), ã (e3), ä (e4), å (e5), æ (e6), ç (e7), è (e8), é (e9), ê (ea), ë (eb), ì (ec), í (ed), î (ee), ï (ef), ð (f0), ñ (f1), ò (f2), ó (f3), ô (f4), õ (f5), ö (f6), ÷ (f7), ø (f8), ù (f9), ú (fa), û (fb), ü (fc), ý (fd), þ (fe), ÿ (ff)
Required options
These options will be used automatically if you select this example.
Starting ASCII code point value.
Ending ASCII code point value.
Separate ASCII chars with
this symbol.
Choose the format to print
ASCII chars and ASCII codes.
Choose the format for the
ASCII code.
Choose the format for
control characters.
Print ASCII chars in the reverse
range order from the end to start.
If ASCII codes are printed in a
base that has letters (for example
hex), then make them uppercase.
Add padding to binary, octal,
and hexadecimal ASCII codes.

Printable Characters

In this example, we print only the visible ASCII characters that belong to the range 32 to 126. We use the hexadecimal Unicode escape sequence \uXXXX to represent the ASCII code and we print it before each ASCII symbol. We have also enabled the option that prints the hexadecimal values in the \uXXXX sequence in uppercase. As the "Reverse Character Output" option is selected, the visible characters are output in the reverse order, starting from the last value 126 and ending with the first value 32. Each value is placed on a new line because the separator symbol is set to \n.

\u007E: ~ \u007D: } \u007C: | \u007B: { \u007A: z \u0079: y \u0078: x \u0077: w \u0076: v \u0075: u \u0074: t \u0073: s \u0072: r \u0071: q \u0070: p \u006F: o \u006E: n \u006D: m \u006C: l \u006B: k \u006A: j \u0069: i \u0068: h \u0067: g \u0066: f \u0065: e \u0064: d \u0063: c \u0062: b \u0061: a \u0060: ` \u005F: _ \u005E: ^ \u005D: ] \u005C: \ \u005B: [ \u005A: Z \u0059: Y \u0058: X \u0057: W \u0056: V \u0055: U \u0054: T \u0053: S \u0052: R \u0051: Q \u0050: P \u004F: O \u004E: N \u004D: M \u004C: L \u004B: K \u004A: J \u0049: I \u0048: H \u0047: G \u0046: F \u0045: E \u0044: D \u0043: C \u0042: B \u0041: A \u0040: @ \u003F: ? \u003E: > \u003D: = \u003C: < \u003B: ; \u003A: : \u0039: 9 \u0038: 8 \u0037: 7 \u0036: 6 \u0035: 5 \u0034: 4 \u0033: 3 \u0032: 2 \u0031: 1 \u0030: 0 \u002F: / \u002E: . \u002D: - \u002C: , \u002B: + \u002A: * \u0029: ) \u0028: ( \u0027: ' \u0026: & \u0025: % \u0024: $ \u0023: # \u0022: " \u0021: ! \u0020:
Required options
These options will be used automatically if you select this example.
Starting ASCII code point value.
Ending ASCII code point value.
Separate ASCII chars with
this symbol.
Choose the format to print
ASCII chars and ASCII codes.
Choose the format for the
ASCII code.
Print ASCII chars in the reverse
range order from the end to start.
If ASCII codes are printed in a
base that has letters (for example
hex), then make them uppercase.
Add padding to binary, octal,
and hexadecimal ASCII codes.

Runaway ASCII Table

Whoops! In this example, we accidentally entered 1024 as the ending value. This is well beyond 255, which is the maximum ASCII value. As you may know, the best discoveries are made by accident and in this case, we have discovered extra symbols that lie in the range 256-1024. These symbols include the Extended ASCII character set (from 128 to 255) and BMP Unicode symbols starting from 256.

                          ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  €  ‚ ƒ „ … † ‡ ˆ ‰ Š ‹ Œ  Ž   ‘ ’ “ ” • – — ˜ ™ š › œ  ž Ÿ   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ Ā ā Ă ă Ą ą Ć ć Ĉ ĉ Ċ ċ Č č Ď ď Đ đ Ē ē Ĕ ĕ Ė ė Ę ę Ě ě Ĝ ĝ Ğ ğ Ġ ġ Ģ ģ Ĥ ĥ Ħ ħ Ĩ ĩ Ī ī Ĭ ĭ Į į İ ı IJ ij Ĵ ĵ Ķ ķ ĸ Ĺ ĺ Ļ ļ Ľ ľ Ŀ ŀ Ł ł Ń ń Ņ ņ Ň ň ʼn Ŋ ŋ Ō ō Ŏ ŏ Ő ő Œ œ Ŕ ŕ Ŗ ŗ Ř ř Ś ś Ŝ ŝ Ş ş Š š Ţ ţ Ť ť Ŧ ŧ Ũ ũ Ū ū Ŭ ŭ Ů ů Ű ű Ų ų Ŵ ŵ Ŷ ŷ Ÿ Ź ź Ż ż Ž ž ſ ƀ Ɓ Ƃ ƃ Ƅ ƅ Ɔ Ƈ ƈ Ɖ Ɗ Ƌ ƌ ƍ Ǝ Ə Ɛ Ƒ ƒ Ɠ Ɣ ƕ Ɩ Ɨ Ƙ ƙ ƚ ƛ Ɯ Ɲ ƞ Ɵ Ơ ơ Ƣ ƣ Ƥ ƥ Ʀ Ƨ ƨ Ʃ ƪ ƫ Ƭ ƭ Ʈ Ư ư Ʊ Ʋ Ƴ ƴ Ƶ ƶ Ʒ Ƹ ƹ ƺ ƻ Ƽ ƽ ƾ ƿ ǀ ǁ ǂ ǃ DŽ Dž dž LJ Lj lj NJ Nj nj Ǎ ǎ Ǐ ǐ Ǒ ǒ Ǔ ǔ Ǖ ǖ Ǘ ǘ Ǚ ǚ Ǜ ǜ ǝ Ǟ ǟ Ǡ ǡ Ǣ ǣ Ǥ ǥ Ǧ ǧ Ǩ ǩ Ǫ ǫ Ǭ ǭ Ǯ ǯ ǰ DZ Dz dz Ǵ ǵ Ƕ Ƿ Ǹ ǹ Ǻ ǻ Ǽ ǽ Ǿ ǿ Ȁ ȁ Ȃ ȃ Ȅ ȅ Ȇ ȇ Ȉ ȉ Ȋ ȋ Ȍ ȍ Ȏ ȏ Ȑ ȑ Ȓ ȓ Ȕ ȕ Ȗ ȗ Ș ș Ț ț Ȝ ȝ Ȟ ȟ Ƞ ȡ Ȣ ȣ Ȥ ȥ Ȧ ȧ Ȩ ȩ Ȫ ȫ Ȭ ȭ Ȯ ȯ Ȱ ȱ Ȳ ȳ ȴ ȵ ȶ ȷ ȸ ȹ Ⱥ Ȼ ȼ Ƚ Ⱦ ȿ ɀ Ɂ ɂ Ƀ Ʉ Ʌ Ɇ ɇ Ɉ ɉ Ɋ ɋ Ɍ ɍ Ɏ ɏ ɐ ɑ ɒ ɓ ɔ ɕ ɖ ɗ ɘ ə ɚ ɛ ɜ ɝ ɞ ɟ ɠ ɡ ɢ ɣ ɤ ɥ ɦ ɧ ɨ ɩ ɪ ɫ ɬ ɭ ɮ ɯ ɰ ɱ ɲ ɳ ɴ ɵ ɶ ɷ ɸ ɹ ɺ ɻ ɼ ɽ ɾ ɿ ʀ ʁ ʂ ʃ ʄ ʅ ʆ ʇ ʈ ʉ ʊ ʋ ʌ ʍ ʎ ʏ ʐ ʑ ʒ ʓ ʔ ʕ ʖ ʗ ʘ ʙ ʚ ʛ ʜ ʝ ʞ ʟ ʠ ʡ ʢ ʣ ʤ ʥ ʦ ʧ ʨ ʩ ʪ ʫ ʬ ʭ ʮ ʯ ʰ ʱ ʲ ʳ ʴ ʵ ʶ ʷ ʸ ʹ ʺ ʻ ʼ ʽ ʾ ʿ ˀ ˁ ˂ ˃ ˄ ˅ ˆ ˇ ˈ ˉ ˊ ˋ ˌ ˍ ˎ ˏ ː ˑ ˒ ˓ ˔ ˕ ˖ ˗ ˘ ˙ ˚ ˛ ˜ ˝ ˞ ˟ ˠ ˡ ˢ ˣ ˤ ˥ ˦ ˧ ˨ ˩ ˪ ˫ ˬ ˭ ˮ ˯ ˰ ˱ ˲ ˳ ˴ ˵ ˶ ˷ ˸ ˹ ˺ ˻ ˼ ˽ ˾ ˿ ̀ ́ ̂ ̃ ̄ ̅ ̆ ̇ ̈ ̉ ̊ ̋ ̌ ̍ ̎ ̏ ̐ ̑ ̒ ̓ ̔ ̕ ̖ ̗ ̘ ̙ ̚ ̛ ̜ ̝ ̞ ̟ ̠ ̡ ̢ ̣ ̤ ̥ ̦ ̧ ̨ ̩ ̪ ̫ ̬ ̭ ̮ ̯ ̰ ̱ ̲ ̳ ̴ ̵ ̶ ̷ ̸ ̹ ̺ ̻ ̼ ̽ ̾ ̿ ̀ ́ ͂ ̓ ̈́ ͅ ͆ ͇ ͈ ͉ ͊ ͋ ͌ ͍ ͎ ͏ ͐ ͑ ͒ ͓ ͔ ͕ ͖ ͗ ͘ ͙ ͚ ͛ ͜ ͝ ͞ ͟ ͠ ͡ ͢ ͣ ͤ ͥ ͦ ͧ ͨ ͩ ͪ ͫ ͬ ͭ ͮ ͯ Ͱ ͱ Ͳ ͳ ʹ ͵ Ͷ ͷ ͸ ͹ ͺ ͻ ͼ ͽ ; Ϳ ΀ ΁ ΂ ΃ ΄ ΅ Ά · Έ Ή Ί ΋ Ό ΍ Ύ Ώ ΐ Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ ΢ Σ Τ Υ Φ Χ Ψ Ω Ϊ Ϋ ά έ ή ί ΰ α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ ς σ τ υ φ χ ψ ω ϊ ϋ ό ύ ώ Ϗ ϐ ϑ ϒ ϓ ϔ ϕ ϖ ϗ Ϙ ϙ Ϛ ϛ Ϝ ϝ Ϟ ϟ Ϡ ϡ Ϣ ϣ Ϥ ϥ Ϧ ϧ Ϩ ϩ Ϫ ϫ Ϭ ϭ Ϯ ϯ ϰ ϱ ϲ ϳ ϴ ϵ ϶ Ϸ ϸ Ϲ Ϻ ϻ ϼ Ͻ Ͼ Ͽ Ѐ
Required options
These options will be used automatically if you select this example.
Starting ASCII code point value.
Ending ASCII code point value.
Separate ASCII chars with
this symbol.
Choose the format to print
ASCII chars and ASCII codes.
Choose the format for the
ASCII code.
Choose the format for
control characters.
Print ASCII chars in the reverse
range order from the end to start.
If ASCII codes are printed in a
base that has letters (for example
hex), then make them uppercase.
Add padding to binary, octal,
and hexadecimal ASCII codes.

ASCII Control Characters

In this example, we output the first 32 characters, which can't be displayed on the screen. They are called control characters and they are used to control systems, organize data transfer, and other special purposes. In the output, we display their names in capital letters. We also use a custom output format "[code]: char" and print the ASCII codes as decimal HTML escape codes.

[&#0;]: NUL; [&#1;]: SOH; [&#2;]: STX; [&#3;]: ETX; [&#4;]: EOT; [&#5;]: ENQ; [&#6;]: ACK; [&#7;]: BEL; [&#8;]: BS; [&#9;]: TAB; [&#10;]: LF; [&#11;]: VT; [&#12;]: FF; [&#13;]: CR; [&#14;]: SO; [&#15;]: SI; [&#16;]: DLE; [&#17;]: DC1; [&#18;]: DC2; [&#19;]: DC3; [&#20;]: DC4; [&#21;]: NAK; [&#22;]: SYN; [&#23;]: ETB; [&#24;]: CAN; [&#25;]: EM; [&#26;]: SUB; [&#27;]: ESC; [&#28;]: FS; [&#29;]: GS; [&#30;]: RS; [&#31;]: US
Required options
These options will be used automatically if you select this example.
Starting ASCII code point value.
Ending ASCII code point value.
Separate ASCII chars with
this symbol.
Choose the format to print
ASCII chars and ASCII codes.
If you chose the custom mode,
configure the output format here.
Choose the format for the
ASCII code.
Choose the format for
control characters.
Print ASCII chars in the reverse
range order from the end to start.
If ASCII codes are printed in a
base that has letters (for example
hex), then make them uppercase.
Add padding to binary, octal,
and hexadecimal ASCII codes.

Uppercase ASCII Symbols

This example generates a range of uppercase ASCII characters. It starts at position 65 (A) and ends at position 90 (Z). It uses base-32 as a custom ASCII code base. The uppercase letters are printed in a custom format that starts with the ASCII code, followed by a single bracket, followed by a space and the letter. All characters are separated by the dot symbol.

21) A. 22) B. 23) C. 24) D. 25) E. 26) F. 27) G. 28) H. 29) I. 2A) J. 2B) K. 2C) L. 2D) M. 2E) N. 2F) O. 2G) P. 2H) Q. 2I) R. 2J) S. 2K) T. 2L) U. 2M) V. 2N) W. 2O) X. 2P) Y. 2Q) Z
Required options
These options will be used automatically if you select this example.
Starting ASCII code point value.
Ending ASCII code point value.
Separate ASCII chars with
this symbol.
Choose the format to print
ASCII chars and ASCII codes.
If you chose the custom mode,
configure the output format here.
Choose the format for the
ASCII code.
If you chose the custom base,
configure the ASCII base here.
Print ASCII chars in the reverse
range order from the end to start.
If ASCII codes are printed in a
base that has letters (for example
hex), then make them uppercase.
Add padding to binary, octal,
and hexadecimal ASCII codes.

Pro tips Master online ascii tools

You can pass options to this tool using their codes as query arguments and it will automatically compute output. To get the code of an option, just hover over its icon. Here's how to type it in your browser's address bar. Click to try!

https://onlinetools.com/ascii/generate-ascii-characters?start=0&end=127&separator=%20&output-format=ascii-char&control-char-format=control-char-symbol&reverse=false

All ASCII Tools

Didn't find the tool you were looking for? Let us know what tool we are missing and we'll build it!

Quickly convert ASCII characters to binary numbers.

Quickly convert binary numbers to ASCII characters.

Quickly convert ASCII chars to octal values.

Quickly convert octal values to a ASCII chars.

Quickly convert ASCII values to decimal numbers.

Quickly convert decimal numbers to ASCII values.

Quickly convert ASCII symbols to hexadecimal values.

Quickly convert hexadecimal numbers to ASCII symbols.

Quickly convert ASCII to arbitrary base numbers.

Quickly convert numbers of arbitrary base to ASCII.

Quickly draw a 7-bit or extended 8-bit ASCII table.

Quickly generate 7-bit or extended 8-bit ASCII symbols.

Quickly generate random ASCII characters.

Quickly draw ASCII art from the given text input.

Quickly create an image from ASCII text.

Quickly convert ASCII text to HTML escape codes.

Quickly convert HTML entities to ASCII text.

Quickly convert ASCII to URL-encoding.

Quickly convert URL-encoded ASCII back to ASCII.

Quickly convert an ASCII string to raw bytes.

Quickly convert raw bytes to an ASCII string.

Quickly convert ASCII bytes to UTF8 characters.

Quickly convert UTF8 characters to ASCII bytes.

Quickly encode ASCII text to Morse code.

Quickly decode Morse code back to ASCII.

Quickly base64-encode ASCII string.

Quickly base64-decode previously encoded ASCII string.

Quickly convert ASCII to a Data URL.

Quickly convert a Data URL to ASCII.

Quickly make all ASCII characters lowercase.

Quickly make all ASCII characters uppercase.

Quickly randomize the case of each ASCII letter.

Quickly flip one or more bits in every ASCII character.

Quickly shuffle bits in every character of an ASCII string.

Quickly convert ASCII data to Unicode symbols.

Quickly convert Unicode symbols to ASCII data.

Quickly check if all input characters are ASCII.


Coming Soon

These ASCII tools are on the way!
ASCII Art Editor

Draw ASCII art in a neat browser-based editor.

ANSI Art Editor

Draw ANSI art in a neat browser-based editor.

Show NFO Files

Draw the contents of NFO files.

Convert ASCII to ANSI

Convert ASCII data to ANSI data.

Convert ANSI to ASCII

Convert ASCII data to ANSI data.

Convert ASCII to JPG

Create a JPG image from ASCII art.

Convert JPG to ASCII

Create ASCII art from a JPG image.

Convert ASCII to PNG

Create a PNG image from ASCII art.

Convert PNG to ASCII

Create ASCII art from a PNG image.

Convert ASCII to GIF

Create a GIF image (single frame) from ASCII art.

Convert GIF to ASCII

Create ASCII art from a GIF image.

Create an ASCII Animation

Create an animated GIF from multiple ASCII art frames.

Convert ASCII to Chemical Elements

Use chemical element names for ASCII values.

Convert ASCII to Scan Codes

Convert ASCII characters to scan codes.

Convert Scan Codes to ASCII

Convert scan codes to ASCII characters.

Convert ASCII to BCD

Convert ASCII code to BCD code.

Convert BCD to ASCII

Convert BCD code to ASCII code.

Convert ASCII to EBCDIC

Convert ASCII charset to EBCDIC charset.

Convert EBCDIC to ASCII

Convert EBCDIC charset to ASCII charset.

Convert ASCII to PETSCII

Convert ASCII data to PETSCII (CBM ASCII) data.

Convert PETSCII to ASCII

Convert PETSCII (CBM ASCII) text to ASCII text.

Convert ASCII to ATASCII

Convert ASCII data to ATASCII (ATARI ASCII) data.

Convert ATASCII to ASCII

Convert ATASCII (ATARI ASCII) data to ASCII data.

Rotate ASCII Characters

Rotate ASCII chars to the left or to the right.

Truncate ASCII Data

Make the input ASCII data shorter.

Slice ASCII Data

Extract a slice from ASCII data.

Clamp ASCII Data

Set upper and lower ASCII code bounds.

Randomize ASCII Order

Randomize the order of ASCII characters.

Reverse ASCII Characters

Reverse the order of ASCII chars.

Convert ASCII to Integer

Convert ASCII characters to integers.

Convert Integer to ASCII

Convert integers to ASCII values.

Convert ASCII to Keycodes

Convert ASCII characters to keyboard keycodes.

Convert Keycodes to ASCII

Convert keyboard keycodes to ASCII values.

Find ASCII Sum

Calculate the sum of individual ASCII code points.

Find ASCII Difference

Calculate the difference of individual ASCII code points.

Find ASCII Length

Calculate the length of an ASCII string.

Create a Table

Draw a table using ASCII characters as border elements.

Draw ASCII Tree

Draw a folder structure or a binary graph.

Draw ASCII Waves

Generate digital waveforms with ASCII characters.

Draw PETSCII Table

Draw a PETSCII (CBM ASCII) character set table.

Draw ATASCII Table

Draw an ATASCII (ATARI ASCII) character set table.

Draw an ASCII Spiral

Make all ASCII symbols go in a spiral.

Draw an ASCII Art Smiley

Draw various ASCII art smiley faces.

Debug ASCII Data

Visualize ASCII data at the byte and bit level.

AND ASCII Characters

Apply the AND operation on ASCII data.

OR ASCII Characters

Apply the OR operation on ASCII data.

XOR ASCII Characters

Apply the XOR operation on ASCII data.

NOT ASCII Characters

Apply the NOT operation on ASCII data.

Create ASCII from Regex

Generate ASCII data that matches the given regex.

Create Regex from ASCII

Generate a minimal regex that matches the given ASCII data.

Generate Fake ASCII

Use similar-looking Unicode characters for ASCII chars.

Add Errors to ASCII

Simulate data damage and add errors to ASCII data.

Add Typos to ASCII

Simulate keyboard typos and create errors in ASCII text.

Let Zalgo Damage ASCII

Unleash Zalgo on ASCII data.


Subscribe!

Subscribe to our updates. We'll let you know when we release new tools, features, and organize online workshops.

Enter your email here


Feedback. We'd love to hear from you! 👋