Global Postal Code Finder

Find postal code formats for 30+ countries worldwide. View examples, validation patterns, and ZIP code structures for international addresses.

Showing 30 countries

United States (US)

Format
12345 or 12345-6789
Example
90210
Regex Pattern
^\d{5}(-\d{4})?$

Canada (CA)

Format
A1A 1A1
Example
K1A 0B1
Regex Pattern
^[A-Z]\d[A-Z] \d[A-Z]\d$

United Kingdom (GB)

Format
A1 1AA or AA1A 1AA
Example
SW1A 1AA
Regex Pattern
^[A-Z]{1,2}\d[A-Z\d]? \d[A-Z]{2}$

Germany (DE)

Format
12345
Example
10115
Regex Pattern
^\d{5}$

France (FR)

Format
12345
Example
75001
Regex Pattern
^\d{5}$

Japan (JP)

Format
123-4567
Example
100-0001
Regex Pattern
^\d{3}-\d{4}$

Australia (AU)

Format
1234
Example
2000
Regex Pattern
^\d{4}$

Brazil (BR)

Format
12345-678
Example
01310-100
Regex Pattern
^\d{5}-\d{3}$

India (IN)

Format
123456
Example
110001
Regex Pattern
^\d{6}$

China (CN)

Format
123456
Example
100000
Regex Pattern
^\d{6}$

Russia (RU)

Format
123456
Example
101000
Regex Pattern
^\d{6}$

Mexico (MX)

Format
12345
Example
01000
Regex Pattern
^\d{5}$

Spain (ES)

Format
12345
Example
28001
Regex Pattern
^\d{5}$

Italy (IT)

Format
12345
Example
00118
Regex Pattern
^\d{5}$

Netherlands (NL)

Format
1234 AA
Example
1012 AB
Regex Pattern
^\d{4} [A-Z]{2}$

Switzerland (CH)

Format
1234
Example
8001
Regex Pattern
^\d{4}$

Sweden (SE)

Format
123 45
Example
111 22
Regex Pattern
^\d{3} \d{2}$

Poland (PL)

Format
12-345
Example
00-001
Regex Pattern
^\d{2}-\d{3}$

South Korea (KR)

Format
12345
Example
03071
Regex Pattern
^\d{5}$

Turkey (TR)

Format
12345
Example
34010
Regex Pattern
^\d{5}$

Argentina (AR)

Format
A1234AAA
Example
C1425
Regex Pattern
^[A-Z]\d{4}[A-Z]{0,3}$

South Africa (ZA)

Format
1234
Example
0001
Regex Pattern
^\d{4}$

Portugal (PT)

Format
1234-567
Example
1000-001
Regex Pattern
^\d{4}-\d{3}$

Belgium (BE)

Format
1234
Example
1000
Regex Pattern
^\d{4}$

Austria (AT)

Format
1234
Example
1010
Regex Pattern
^\d{4}$

Greece (GR)

Format
123 45
Example
102 41
Regex Pattern
^\d{3} \d{2}$

Denmark (DK)

Format
1234
Example
1050
Regex Pattern
^\d{4}$

Finland (FI)

Format
12345
Example
00100
Regex Pattern
^\d{5}$

Norway (NO)

Format
1234
Example
0150
Regex Pattern
^\d{4}$

New Zealand (NZ)

Format
1234
Example
1010
Regex Pattern
^\d{4}$

Global Postal Code Reference

Lookup postal code formats for countries around the world. Each entry includes the format structure, a real example, and a regex validation pattern for use in your applications.

How this Global Postal Code Finder works

This geographical lookup service locates postal codes worldwide by accepting location names, addresses, or coordinate inputs and returning standardized postal/ZIP code identifiers along with administrative boundary information like city, state, and country details. The finder integrates mapping data enabling address validation, shipping calculations, or demographic analysis requiring granular location identification.

Users input search queries ranging from complete addresses through partial information (city names alone), select target countries from comprehensive databases, and receive postal code results with contextual geographical data. The system handles various international formats: US ZIP codes (5-digit or ZIP+4), UK postcodes (alphanumeric), Canadian postal codes (alternating letter-digit patterns), and nation-specific conventions across hundreds of countries. Validation features verify address completeness suggesting corrections for malformed inputs, geocoding capabilities convert postal codes into latitude/longitude coordinates enabling map plotting, and reverse lookup accepts coordinates returning corresponding postal codes for location-based applications.

Advanced functions support bulk processing uploading address lists and enriching with postal data, proximity searches finding nearby postal codes within specified radii, and administrative boundary queries listing all codes within cities or states for comprehensive coverage. Export formats produce structured data (CSV, JSON) compatible with CRM imports or database updates, API integration enables automated address standardization in e-commerce checkout flows, and mapping visualizations display postal code territories on interactive maps. Common applications include validating customer shipping addresses before order fulfillment, calculating delivery zones for logistics planning, standardizing contact databases for marketing segmentation, verifying address accuracy in user registrations, or conducting demographic analysis using postal code-level census data. Privacy considerations emphasize legitimate usage for business operations versus prohibited purposes like unwanted marketing or surveillance activities requiring informed consent.

How to Use

1

Search

Type a country name or code to find postal code formats.

2

Review Format

See the format, example, and regex pattern.

3

Copy & Use

Copy the format or example for your needs.

Example Usage

Finding US postal code format:

Input
Search: "United States"
Output
Format: 12345 or 12345-6789, Example: 90210

Frequently Asked Questions

What is a postal code?
A postal code (also called ZIP code, postcode, or PIN code) is a series of letters and/or digits appended to a postal address to assist in sorting mail.
How many countries are included?
This tool includes postal code formats for 30+ major countries including US, UK, Canada, Germany, France, Japan, Australia, and more.
What is the regex pattern for?
The regex (regular expression) pattern can be used to validate postal codes in your application code. It ensures the format matches the country's postal code structure.

Related Tools

The Global Postal Code Finder is maintained by CodeItBro. We aim to provide the best free developer tools on the web. If you have feedback or suggestions, please visit our contact page.