How to use
- Enter a short piece of text.
- Click "Generate".
- Copy the result to use it.
๐ฏ Use Cases
- Add a fun touch to chat or commit messages
- Decorate the top of a README with a logo
- Create a banner for console output
Example
Input
HI
Output
@@@ @@@ @@@@@@ @@@ @@@ @@@ @@@@@@@@@@ @@@ @@@ @@@ @@@ @@@ @@@ @@@@@@ โฆ
Entering "HI" draws each letter as a large ASCII banner, where letter strokes become dark characters (@ % #) and empty space stays blank. Because the exact glyph shapes depend on your browser's font rendering, this is a representative example, and the full banner spans several rows.
FAQ
- How is the ASCII art generated?
- Your text is rendered onto a canvas, then each pixel's brightness is analyzed and mapped to a character.
- Does it support non-Latin scripts?
- Yes. Any character your browser's font can render, including non-Latin scripts, can be converted.
- Is my text sent to a server?
- No. It's processed entirely in your browser using the Canvas API.
More Text Tools
๐
Markdown Preview
Live-preview Markdown as HTML
๐
URL Encoder/Decoder
Percent-encode/decode URL characters
โ๏ธ
Find & Replace
Search & replace with regex support
๐
Text Diff
Compare two texts line by line
โ๏ธ
List Sorter
Sort a list & remove duplicates
๐ง
Email Extractor
Extract & dedupe emails from text
๐ข
Character Counter
Count characters, bytes, lines & words
๐
Case Converter
Convert to UPPER/lower/Title Case
๐ค
Fullwidth/Halfwidth Converter
Convert fullwidth chars โ halfwidth ASCII
๐
Unicode Inspector
Check code points & look up characters
๐
Text to Decimal
Convert text โ decimal code points
๐งพ
Text to Hex
Convert text โ UTF-8 byte hex
0๏ธโฃ
Text to Binary
Convert text โ UTF-8 byte binary