᠎᠎᠎          
51K

Text to ascii art converter

World's simplest ascii tool
A simple browser-based utility that converts text to ASCII art. Just paste your text in the input area and you will instantly get ASCII art in the output area. Fast, free, and without ads. Import text – get ASCII art. Created by computer nerds from team Browserling.
Look what we made! Browserling
Check out our project Browserling – your personal cloud browser.
Font Selection
Choose a FIGlet font to use from our collection or import from remote URL.
If you selected the custom font, type its URL here to use.
{font-info}
Font Options
What horizontal layout to use?
What vertical layout to use?

What is a text to ascii art converter?

learn more about this tool
This tool takes text as input and converts it to ASCII art. You can choose any FIGlet font to draw the ASCII art with either from a collection of 148 preloaded fonts, or by defining a URL to import the font from. Keep in mind that currently only URLs that end with .flf are supported. Font metadata is displayed at the bottom of the Font Selection option group. You can also select horizontal and vertical layout variants. These options control the horizontal and vertical kerning respectively. Asciiabulous!

Text to ascii art converter examples

Click to use
Generate ASCII art with fitted layout
In this example we convert a string to ASCII art using the Banner font with fitted layout. Letters are squished next to each other as close as possible both vertically and horizontally.
abc def
In this example we convert a string to ASCII art using the Banner font with fitted layout. Letters are squished next to each other as close as possible both vertically and horizontally.
Required options
These options will be used automatically if you select this example.
Choose a FIGlet font to use from our collection or import from remote URL.
What horizontal layout to use?
What vertical layout to use?
Generate ASCII art with full layout
In this example we generate ASCII art using the Banner font with full layout. Letters are padded to with extra space vertically and horizontally.
abc def
In this example we generate ASCII art using the Banner font with full layout. Letters are padded to with extra space vertically and horizontally.
Required options
These options will be used automatically if you select this example.
Choose a FIGlet font to use from our collection or import from remote URL.
What horizontal layout to use?
What vertical layout to use?
Generate ASCII art using a custom font
This example generates ASCII art using a custom Wet Letter font imported from a relative URL. This font is hosted on our website.
abc def
This example generates ASCII art using a custom Wet Letter font imported from a relative URL. This font is hosted on our website.
Required options
These options will be used automatically if you select this example.
This example will reset all options to their
default values before applying new ones.
Choose a FIGlet font to use from our collection or import from remote URL.
If you selected the custom font, type its URL here to use.
Pro tips Master online ascii tools
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!
https://onlineasciitools.com/convert-text-to-ascii-art?input=abc%0Adef&font=banner&h-layout=fitted&v-layout=fitted
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.