Chinese Dynasty Table
Complete chronological table of Chinese dynasties from Xia to Qing
Pre-Imperial Era
Imperial Era
Modern Era
What is a Dynasty Table?
A Chinese dynasty table is a chronological reference for major dynasties, regimes, and historical periods in Chinese history. It helps readers place names such as Xia, Shang, Zhou, Qin, Han, Tang, Song, Yuan, Ming, and Qing in order, while also showing that history was not always a single unified line. Some periods had parallel states, competing regimes, divided north-south governments, or short transitional dynasties. Students, teachers, readers of historical fiction, museum visitors, and genealogy researchers can use the table to connect dates, capitals, founders, and durations. Early dates and period boundaries can vary by textbook and historian, so the table should be treated as a study reference rather than an exhaustive academic chronology.
How to Use
How to use
- Browse the complete list of dynasties in chronological order
- Use the search function to quickly find a specific dynasty
- Click "Major Dynasties" to show only unified empires
Reading Notes
- Dynasty dates can differ by source because historians may count founding, unification, capital changes, or regime collapse differently.
- Use the table for quick reference, then verify academic citations when writing formal history content.
Use Cases
Technical Principle
The dynasty table renders a static JSON dataset of dynasties keyed by id, with start and end years stored as signed integers (negative for BCE, positive for CE). The historical chronology follows the Xia-Shang-Zhou Chronology Project (1996-2000) for pre-imperial dates - Xia c.2070-1600 BCE, Shang c.1600-1046 BCE, Western Zhou 1046-771 BCE - and uses the standard imperial sequence Qin 221-206 BCE, Han 202 BCE-220 CE, through Qing 1644-1912 CE. Era-name (年号) to Gregorian conversion uses the formula gregorian_year = era_start_year + era_year - 1, e.g. Kangxi 30 = 1662 + 30 - 1 = 1691, because era years are 1-indexed (the first year of an era is era_year_1, not era_year_0). The proleptic Gregorian calendar has no year 0, so a span like 5 BCE to 5 CE is 9 years apart, not 10. Duration in years is computed as (end_year - start_year), with overlap cases (Three Kingdoms 220-280, Northern and Southern Dynasties 420-589, Five Dynasties 907-960 with the Ten Kingdoms 902-979) intentionally allowing concurrent rows because the period names are administrative period labels rather than single regimes. The Chinese sexagenary cycle (干支, 60-year ganzhi cycle combining 10 Heavenly Stems and 12 Earthly Branches) gives a parallel cyclic dating system: for any Gregorian year y, the stem index is (y - 4) mod 10 and branch index is (y - 4) mod 12, so 1984 = jia-zi (甲子, stem 0 branch 0), 2024 = jia-chen (甲辰). Lunar dates from primary sources must be converted to the proleptic Gregorian calendar before comparison, because the Chinese civil calendar inserts an intercalary month (闰月, leap month) roughly every 32-33 months to keep lunar months aligned with solar terms; without conversion, events that span a lunar New Year boundary can land in the wrong Gregorian year. The data layer holds the table as a frozen TypeScript array, filtered by an in-page predicate (search by name or era, filter to major unified dynasties), so rendering is O(n) over ~30-40 entries and no remote lookup is performed.
- Era-name conversion: gregorian_year = era_start_year + era_year - 1; era years are 1-indexed so Kangxi 1 = 1662 (not 1661).
- Proleptic Gregorian has no year 0; the span from 1 BCE to 1 CE is 1 year, and from 5 BCE to 5 CE is 9 years; ISO 8601 represents 1 BCE as 0000, which differs from the BCE/CE convention used here.
- Sexagenary cycle: stem = (year - 4) mod 10, branch = (year - 4) mod 12; 60-year cycle, so 1984 = 甲子 = 2044.
- Xia and early Shang dates follow the Xia-Shang-Zhou Chronology Project (1996-2000) and remain approximate; pre-841 BCE dates are reconstructed and can shift by decades between textbooks.
- Duration = end_year - start_year; overlapping period names (Three Kingdoms 220-280, Sixteen Kingdoms 304-439) are kept as concurrent rows because they label political periods, not single regimes.
- Lunar civil dates need conversion to the proleptic Gregorian calendar before plotting; the 闰月 intercalary leap month every ~32-33 months shifts the civil year by one month relative to the solar year.
- The data set is a static frozen array filtered by a search predicate in O(n); there is no remote chronology service, so the page works offline once cached.
Examples
Tang Dynasty 618-907 (289 years)
Dynasty: Tang (唐)
Start: 618 (Li Yuan founded at Chang'an)
End: 907 (Zhu Wen forced Emperor Ai to abdicate)
Duration: 289 years
Capital: Chang'an (modern Xi'an)
Founder: Emperor Gaozu (Li Yuan)Convert era name to Gregorian year
Search: "Kangxi 30" (康熙三十年)
Kangxi reign began: 1662
Kangxi 30 → 1662 + 30 - 1 = 1691
Dynasty: Qing
Useful for genealogy records and gravestone datingCompare Northern Song vs Southern Song
Northern Song: 960-1127 (167 years), capital Bianjing (Kaifeng)
Jingkang Incident 1127: Jin captured Bianjing
Southern Song: 1127-1279 (152 years), capital Lin'an (Hangzhou)
Ended 1279 at Battle of Yamen
Total Song dynasty span: 960-1279, 319 yearsOverlapping Three Kingdoms period
Cao Wei (魏): 220-265, capital Luoyang, founder Cao Pi
Shu Han (蜀): 221-263, capital Chengdu, founder Liu Bei
Eastern Wu (吴): 222-280, capital Jianye (Nanjing), founder Sun Quan
All three existed simultaneously after Han collapse
Reunified by Western Jin in 280Ming Dynasty 1368-1644 (276 years)
Dynasty: Ming (明)
Start: 1368 (Zhu Yuanzhang expelled Yuan from Dadu)
End: 1644 (Li Zicheng captured Beijing, Chongzhen Emperor hanged himself)
Capital: Nanjing (1368-1421), then Beijing
Famous eras: Yongle (1403-1424), Wanli (1573-1620)FAQ
Which dynasties does the table cover?
It covers every major Chinese dynasty from Xia (legendary) through Qing (1644-1912), including Shang, Zhou (Western and Eastern), Qin, Han (Western, Xin, Eastern), Three Kingdoms, Jin, Northern and Southern dynasties, Sui, Tang, Five Dynasties and Ten Kingdoms, Song, Liao, Jin, Yuan, Ming, and Qing - plus key periods such as Spring and Autumn and Warring States.
Why are some date ranges given as approximate?
Pre-Han dates rely on traditional Chinese chronology and archaeological reconstruction; modern scholarship gives ranges rather than single years. The Xia dynasty in particular is dated by the Xia-Shang-Zhou Chronology Project to roughly 2070-1600 BCE, but earlier dates are still debated.
Was China always one unified country?
No. There were long fragmentation periods: the Spring and Autumn / Warring States era, Three Kingdoms, Northern and Southern dynasties, and Five Dynasties and Ten Kingdoms each saw multiple states ruling different parts of the territory at the same time. The table shows these as parallel rows rather than a single sequence.
Why are Liao, Jin, Western Xia, and Yuan listed alongside Song?
Liao (Khitan), Western Xia (Tangut), and Jurchen Jin ruled northern parts of historical China while the Song held the south. Yuan (Mongol) eventually conquered Song and the others to reunify in 1279. Each is included because it ruled a substantial population and territory inside what is today's China.
Are the founding emperors and capitals included?
Yes. Each dynasty entry typically lists the founder's posthumous or temple name, the capital city (or successive capitals where they moved), and a one-line note on what makes the dynasty historically distinctive.
What's the difference between a dynasty and an era name?
A dynasty is a ruling family or regime - Tang, Song, Ming. An era name (年号) is a regnal mark used by an emperor for a section of his reign; emperors before Ming often had multiple era names, and Ming/Qing emperors used one era name each, which is why we say 'the Wanli Emperor' or 'the Qianlong Emperor.'
Where does the Republic of China and PRC fit?
The dynastic period ends with the Xinhai Revolution in 1911 and the abdication of the last Qing emperor in 1912. The Republic of China (1912-) and People's Republic of China (1949-) are modern political entities, not dynasties, and are usually shown as a footer or separate section rather than another dynasty row.