Chinese Address Formatter
Parse and standardize Chinese addresses. Auto-detect province, city, district, and street.
This tool parses raw Chinese addresses into structured components: province (省), city (市), district/county (区/县), street (街道), and detailed address. It uses pattern matching against a comprehensive database of administrative divisions.
Paste one or more addresses (one per line) and the tool will automatically identify each component, highlight them with color-coded tags, and output a standardized formatted address. Useful for cleaning up address data, form validation, and logistics.