- Are the VINs assignable to real vehicles?
- No — the position-9 check digit is valid (ISO 3779), but the rest is random within valid VIN character set. Safe for testing; guaranteed not to match a real car.
- What format does it produce?
- 17 characters, using only 0-9 and A-Z minus I, O, Q (to avoid ambiguity with digits). Matches the 1981-onward NHTSA VIN standard.
- Will it pass VIN decoders?
- Structurally yes. Decoders that look up manufacturer codes (WMI) will return fake or no results — the tool uses valid-format but not-real WMIs.
- Bulk generation?
- Yes — generate up to 1000 at a time. Output formats: plain list, CSV, or SQL INSERT statements for car databases.