Symbolic numbering is one of those small conventions that everyone uses and almost nobody thinks about. Spreadsheets use it for columns, outliners use it for levels, lawyers use it for sections, and engineers reach for it whenever a numeric ID starts to look ugly at scale. It looks simple — A, B, C through Z, then AA, AB, AC — and the simplicity is deceptive, because the absence of a zero digit makes it behave differently from any ordinary base you learned in school.
Symbolic Numbering Generator builds the sequence properly in any alphabet, at any starting position, in any direction, and at any length. Convert a single number, paste a list of numbers to label in bulk, or just generate the next thousand values from scratch. Choose from the standard 26-letter Latin alphabet, a custom alphabet of your own, or one of the built-in presets for Greek, Cyrillic, Hebrew and Arabic. Then export the result as CSV, JSON or a plain text list.
Underneath the buttons is the conversion logic itself — bijective base-k, where k is the size of your alphabet — plus the small rules that make the output match what Excel, Google Sheets, LibreOffice and Numbers actually produce. Everything runs in your browser; nothing is uploaded.