Babylonian Numbers Converter
Convert decimal numbers to Babylonian sexagesimal cuneiform numerals and back. Interactive wedge-mark glyphs with visual breakdown.
About
The Babylonian number system operated on a base-60 (sexagesimal) positional framework, documented on clay tablets from roughly 2000 BCE onward. Each positional digit is expressed using only two mark types: a vertical wedge (๐) representing 1 and a corner wedge or Winkelhaken (๐) representing 10. Digits range from 0 to 59. A value like 75 in decimal becomes 1ร60 + 15, written as one unit-wedge followed by one corner-wedge and five unit-wedges in the next lower place. Misreading positional place values or the absence of a zero marker led to genuine ambiguity on historical tablets. This tool computes exact sexagesimal decomposition and renders authentic cuneiform glyphs so the conversion is verifiable, not decorative.
The system lacked a true zero until the Seleucid era (c. 300 BCE), when a placeholder symbol appeared. This converter supports both conventions. Note: the tool approximates display for values up to 12,959,999 (604 โ 1). Fractional sexagesimal (used in Babylonian astronomy) is not handled here. For scholarly transliteration, always cross-reference with the original tablet context, as spacing between digit groups was the only delimiter available to ancient scribes.
Formulas
Babylonian notation is positional base-60. A number N with k sexagesimal digits dkโ1, dkโ2, โฆ, d0 expands as:
where each digit di satisfies 0 โค di โค 59.
To convert decimal N to sexagesimal, extract digits by repeated Euclidean division:
Each digit di is then decomposed into cuneiform marks: t = โdi รท 10โ corner-wedges and u = di mod 10 vertical wedges.
Where N = input decimal integer, di = sexagesimal digit at position i, k = total number of sexagesimal places, t = count of ten-wedges (๐), u = count of unit-wedges (๐).
Reference Data
| Decimal | Sexagesimal | Cuneiform | Notes |
|---|---|---|---|
| 1 | 1 | ๐ | Single vertical wedge |
| 10 | 10 | ๐ | Single corner wedge (Winkelhaken) |
| 23 | 23 | ๐๐๐๐๐ | 2 tens + 3 units in one place |
| 59 | 59 | ๐๐๐๐๐๐๐๐๐๐๐๐๐๐ | Maximum single-place value |
| 60 | 1,0 | ๐ ยท (empty) | 1ร601 |
| 61 | 1,1 | ๐ ยท ๐ | 1ร60 + 1 |
| 75 | 1,15 | ๐ ยท ๐๐๐๐๐๐ | 1ร60 + 15 |
| 120 | 2,0 | ๐๐ ยท (empty) | 2ร60 |
| 3600 | 1,0,0 | ๐ ยท ยท | 1ร602 |
| 3661 | 1,1,1 | ๐ ยท ๐ ยท ๐ | 602 + 60 + 1 |
| 7245 | 2,0,45 | ๐๐ ยท ยท ๐๐๐๐๐๐๐๐๐ | 2ร3600 + 45 |
| 10000 | 2,46,40 | ๐๐ ยท ๐๐๐๐๐๐๐๐๐๐ ยท ๐๐๐๐ | Common test value |
| 216000 | 1,0,0,0 | ๐ ยท ยท ยท | 603 |
| 0 | 0 | (placeholder) | Seleucid-era innovation |
| 360 | 6,0 | ๐๐๐๐๐๐ ยท | Degrees in a circle origin |
| 86400 | 24,0,0 | ๐๐๐๐๐๐ ยท ยท | Seconds in a day |