Alphanumeric CNPJ Generator (2026, valid format, fictional)
LiveGenerate fictional CNPJs in Brazil's new 2026 alphanumeric format.
All generated data is fictional and intended for development, testing, QA, prototyping, and automation only. Do not use it for fraud, impersonation, or illegal activity.
Configure the options and press Generate to produce output.
About this tool
Starting July 2026, Brazil's Receita Federal issues CNPJs with letters and numbers (Instrução Normativa RFB nº 2.229/2024). The first 12 positions become alphanumeric (8 root + 4 establishment, A–Z and 0–9) while the last 2 stay numeric check digits. The check digit still uses mod-11, now computed over each character's value (ASCII code − 48: '0'–'9' → 0–9, 'A'–'Z' → 17–42). Existing numeric CNPJs remain valid forever — use this tool to test validators, regexes, schemas and database columns against the new format before the cutover.
How it works
- Pick how many alphanumeric CNPJs to generate (the format is preset to Alphanumeric).
- Press Generate, then Copy, Download JSON or Download CSV.
Example output
[
"L8.PJL.69Y/OM69-78",
"38.FX1.6B5/KOOX-99"
]API endpoint
curl "https://codetoolshub.dev/api/v1/br/cnpj-alfanumerico?count=3"