Korea Address Generator
Generate Random Korean Addresses
Create South Korea-style test data with a local name, phone number, five-digit postal code, city, district, road-name address, building, and room number.
Generator
Settings
Results include Korean local names, area-code phone numbers, five-digit postal codes, road-name addresses, building names, room numbers, and common address layouts. They are test data and are not guaranteed to be deliverable.
Results
Address List
Included Fields
Korean examples may include postal code, special city or province, city or district, road name, building number, building name, room number, local name, and phone number.
Use Cases
Use these samples for checkout testing, CRM fields, international forms, logistics screens, and CSV import workflows.
Test Data Only
Generated results are for testing and demos. Do not use them for real shipping, impersonation, or misleading registrations.
View all countriesKorean road-name fields and QA checks
| Field | Example | What to test |
|---|---|---|
| Postal code | 04524 | Store five characters and preserve zero |
| City / province | 서울특별시 | Support Hangul without requiring romanization |
| District | 중구 | Keep separate from the road-name line |
| Road / building | 세종대로 110 | Store building identifiers as text |
| Detail | 테스트빌딩 5층 | Allow blank values without replacing the road |
Domestic example
04524서울특별시 중구 세종대로 110
테스트빌딩 5층
김민준
Korea uses road-name and land-lot systems. This tool focuses on road-name samples; the two systems do not map character for character.
QA scenarios
- Spreadsheet import removes the postal-code zero.
- Unicode normalization changes Hangul search matching.
- A building number is parsed as arithmetic.
- International output omits the country line.
References: Korea Post and the UPU Korea addressing sheet.
Road-name and land-lot addresses are not interchangeable strings
Korean systems may display a road-name address and a 지번 (land-lot) address for the same location. They are different representations with different components. A product that supports both should store the selected representation and its structured fields rather than attempting to convert one by splitting or rearranging text.
Road-name workflow
- Keep province or special city, district, road name, and building number distinct.
- Preserve a five-character postal code such as
04524. - Store building and room detail without making it part of the district.
Regression evidence
- Hangul remains searchable after database and CSV round trips.
- A numeric-looking building identifier remains text.
- Romanization is an additional display, not a replacement for the submitted Hangul.
- Country is included when formatting for an international audience.
The current generator intentionally focuses on synthetic road-name examples. It does not claim to convert them to land-lot records or validate a Korean delivery point.