License Plate Samples

Collection of license plates from multiple countries for validation testing

Key Facts

Category
Validation
Items
1
Format Families
text

Sample Overview

Collection of license plates from multiple countries for validation testing This sample set belongs to Validation and can be used to test related workflows inside Elysia Tools.

📝 License Plates by Country

🟢 simple

Valid license plate formats from China, USA, Japan, UK, Germany, and France

# License Plate Samples
# Copy a license plate to test the License Plate Validator

# ============================================
# CHINA 中国
# ============================================

# Blue Plate (普通蓝牌) - Standard passenger vehicles
# Format: Province char + 1 letter + 5 numbers
京A12345
沪B67890
粤Z12345
苏E12345
浙A56789
豫A12345
川A12345

# Green Plate (新能源绿牌) - New Energy Vehicles
# Small (新能源小车): Province + 2 letters + 5 numbers (D/F in letters)
京AD12345
沪BF56789
粤CD12345

# Large (新能源大车纯电): Province + 1 letter + 5 numbers + D/A/B/C/E
京A12345D
沪B67890A
粤C12345B
京D67890C
沪E12345E

# Yellow Plate (黄牌) - Large vehicles (trucks, buses)
# Format: Province + 6 numbers
京123456
沪789012

# White Plate (白牌) - Police/Military (警/军)
# Format: Province + 5 numbers
京12345
军A12345

# Black Plate (黑牌) - Consular (领事)
# Format: Province + 6 numbers
粤123456

# ============================================
# USA 美国
# ============================================

# Standard State Plates - Format varies by state
# Common patterns: 3 letters + 3/4 numbers, or mix
ABC1234
XYZ5678
KLM9012

# 2 letters + 4 numbers
AB1234
CD5678

# 3 letters + 3 numbers
ABC123
XYZ789

# Numbers + Letters mix
123ABC
456DEF

# California style
CAL1234

# Texas style
ABC1234

# New York style
ABC1234

# ============================================
# JAPAN 日本
# ============================================

# Standard Format: Place name (2-3 kanji) + Class (3 digits) + Hiragana + Serial (4 digits)
# Place name examples: 品川, 多摩, 横浜
# Hiragana types: あ/か/さ/た/な/は/ま/や/ら/わ (Commercial/Standard)
品川330あ1234
多摩330か5678
横浜330さ9012

# Compact format (without place name): Class (3 digits) + Hiragana + Serial (4 digits)
330あ1234
330か5678

# Commercial (Green plate)
330あ1234

# Private (White plate)
330さ1234

# ============================================
# UNITED KINGDOM 英国
# ============================================

# Current Format: 2 letters (region) + 2 numbers (age) + 3 letters
AB12CDE
BD51SMR
LK67UXZ

# Suffix Format (older - 1963-1983)
A123BCD
X456YZA

# Prefix Format (older - 1983-2001)
Y123ABC

# ============================================
# GERMANY 德国
# ============================================

# Format: 1-3 letters (city) + 1-2 letters + 1-4 numbers
# With hyphen
B-AB123
M-XC1234
HH-AB123

# Without hyphen
BAB123
MXC1234
HHAB123

# Berlin
B-AB123
B-CD456

# Munich
M-AB123
M-XY1234

# Hamburg
HH-AB123

# ============================================
# FRANCE 法国
# ============================================

# Current SIV Format: 2 letters + 3 numbers + 2 letters
# With hyphens
AA-123-BB
AB-456-CD
BC-789-EF

# Without hyphens
AA123BB
AB456CD
BC789EF

# ============================================
# INVALID EXAMPLES (for testing)
# ============================================

# China - Invalid formats
京A1234  (Too short)
京AA12345 (Wrong format)
京A123456 (Wrong format)

# USA - Invalid formats
A1 (Too short)
ABC12345 (Too long)
@BC1234 (Invalid character)

# Japan - Invalid
3301234 (Missing hiragana)
あ1234 (Missing numbers)

# UK - Invalid
A1234B (Wrong format)
1234567 (Numbers only)

# Germany - Invalid
A-1234 (Too simple)
1234-AB (Wrong format)

# France - Invalid
A123-B (Wrong format)
123-AB-45 (Wrong format)