All Tools
Categories
Number Tools 116 XML Tools 64 Email Marketing Tools 55 Import-Export Tools 50 JSON Tools 45 Text Tools 13 Shipping Freight Tools 5 Calculator 4
About Contact Privacy

Number on LCD

Draw any number on a seven-segment LCD display. Instant ASCII art for 0-9, with lit segment letters and segment counts on every digit. Copy or download the drawing. Free, runs in your browser.

Number
Seven segments - a top bar, four verticals, a middle bar and a bottom bar - light in standard patterns to form every digit.
LCD View

            

About Number on LCD

Every digital device worth the name spells its numbers with seven bars: a, b, c, d, e, f and g. Top and bottom horizontals, four verticals, and the middle separator - lit in fixed patterns they form every digit, from the two-bar 1 to the full seven-bar 8. Turn an input number into that hardware spelling and you get instant, monospace-drawn ASCII art: 1964 reads like a calculator, because it is built exactly like one.

Number on LCD draws any number of up to 40 digits in this seven-segment style. Each glyph is a three-row bitmap, printed side by side, and every digit is annotated with the segments it lights and the count. Copy the drawing for lesson plans, bumpers or t-shirts; download the same art as text. Runs entirely in the browser.

Features

  • Real seven-segment logic: Standard a-to-g wiring, the same patterns as hardware LCDs.
  • Up to 40 digits: Whole numbers, no leading-zero stripping, negative sign supported.
  • Per-digit annotations: Every glyph is followed by its lit segments and a count.
  • Alignment-safe: Fixed-width glyphs keep the drawing aligned in any monospace view.
  • Copy or download: The full ASCII artwork exports in one click.
  • Reference tab: The a-to-g legend and all ten digit bitmaps.
  • Free and private: Everything runs locally - nothing is uploaded, stored or logged.

How to Use

  1. Type a number - up to 40 digits, with an optional leading minus.
  2. Draw it - the seven-segment glyphs appear immediately.
  3. Read the annotations - lit segment letters and counts per digit.
  4. Check the reference - the a-to-g diagram for all ten digits.
  5. Copy or download the artwork for documents and displays.

Examples

Example 1 - The classics. Draw 42: four shows f, g, b, c and two shows a, b, g, e, d - two five-bar and four-bar shapes side by side, exactly as a clock would render them.

Example 2 - Sparse and dense. Draw 17 and 8 next: 1 lights two bars, 8 lights all seven - the cheapest and the most expensive digits on the panel.

Example 3 - A long number. Draw 1234567890: the ten digits run across with every pattern from two bars to seven - the whole alphabet of a seven-segment display in one line.

Example 4 - The sign. Draw -27: the minus is rendered as the middle bar only, exactly as LCDs print negative values.

Example 5 - Copy the art. Draw 3141592653, hit Copy, and paste into a text editor: the monospace alignment survives because every glyph occupies exactly three columns plus a space.

Benefits

  • Hardware accuracy: Segment sets match real seven-segment wiring, bar for bar.
  • Instant feedback: The drawing updates as you type - no buttons needed.
  • Pedagogical: The a-to-g annotation teaches how digital displays actually work.
  • Portable art: Aligned ASCII exports cleanly to docs, slides and consoles.
  • Zero setup: No fonts, no graphics - just text, in the browser.
  • Private and free: Nothing is uploaded, stored or logged.

Frequently Asked Questions

What is being drawn?
A seven-segment LCD look: every digit is built from seven bars labeled a through g - top, upper right, lower right, bottom, lower left, upper left, middle - and only the lit bars are printed, like a real digital display.
Which digits have which segments?
Standard seven-segment wiring: 1 lights b and c; 7 lights a, b, c; 4 lights f, g, b, c; 8 lights all seven. Digits 0, 6 and 9 light six bars, 2, 3 and 5 light five, and the classic shapes fall out directly.
How large can the number be?
Up to 40 digits. Glyphs are drawn side by side in a fixed-width font, so the output stays aligned in any monospace text box or editor.
What does each row show?
A line of ASCII glyphs - the number as it would appear on a real seven-segment panel - followed by one row per digit listing the lit segment letters and their count.
Why use a seven-segment shape?
It is the shape of real LCD clock and calculator digits, and it maps every number to a tiny, human-readable drawing - the same one you see on hardware.
How is the drawing made?
Each digit keeps a fixed bitmap of its seven bars; the renderer prints the top bar only where lit, then the two vertical pairs around the middle bar, then the bottom - three rows per digit, one space between digits.
Is anything stored or uploaded?
No. The drawing is built entirely in the browser. Nothing is sent to a server, saved or logged. Copy or download the art before closing the tab.