Generate a random vehicle registration plate matching the format used in a selected European country. Each click produces a new plate string built from that country’s letter-and-digit pattern.
How plates are formed
Patterns follow national conventions — for example Italy uses two letters, three digits, and two letters (AA123BB), Germany uses four letters plus three digits, and France uses two letters, three digits, and two letters separated by hyphens. Random letters and digits are drawn independently per segment until the template is complete.
When to use it
Populate mock traffic databases, UI screenshots, game assets, or QA fixtures that need realistic-looking plates without exposing real registration data.
Limitations
Output mimics format only. Plates are not registered with any motor-vehicle authority, may collide with real plates by chance, and omit checksums or province codes some countries embed in production systems. Only a subset of European formats is supported.
Legal disclaimer
Do not affix generated plates to vehicles or use them to impersonate registered owners. Misuse of registration identifiers may violate local law. This tool is intended for design, testing, and education.