1001Ferramentas
🌐Converters

ISO Country Code Converter

Convert country codes between ISO 3166 formats (alpha-2, alpha-3 and numeric) and the country name. Useful for development, forms and databases.

Conversão

Alpha-2, alpha-3 and numeric country codes

The payment gateway wants BR. The freight carrier wants BRA. The bank form asks for 076, leading zero included. And the spreadsheet you were sent spells the country out in full. Four representations of the same place, all defined by ISO 3166-1, and translating between them by hand is exactly the chore that plants a quiet bug in a signup flow.

Type any of the four forms and the output line hands back the other three at once. The leading zero is optional, so 76 and 076 both land on Brazil, and accents do not matter because the lookup normalizes before comparing. The limit, stated plainly: the built in table holds 27 countries rather than the 249 in the standard, and the names are stored in Portuguese. Brasil matches, Brazil does not.

To populate a real database, pull the official ISO list or a package like iso-3166 in your stack. What this page is good for is the one off lookup you do while filling a form or chasing an integration bug. One detail that breaks integrations: the alpha-2 code for the United Kingdom is GB, not UK. UK exists as a reserved code but is not the official one. The lookup runs in your browser.

Frequently asked questions

What is the ISO code for Brazil?
BR as alpha-2, BRA as alpha-3 and 076 as the numeric code. Typing 76 without the zero works too.
Does it cover every country in the standard?
No. The table carries 27 countries, weighted toward large economies and South America. Anything outside that list returns not found.
Can I search by the English country name?
No. Names are stored in Portuguese, so search Alemanha rather than Germany. The three code formats work regardless of language.

Related Tools