We use cookies.This website uses essential cookies to operate core features. With your consent, we also use analytics cookies to understand traffic and improve the service. For more details, see our .
If this tool helped you, you can buy us a coffee ☕
Batch lookup issuing bank, region, and card type using the first 6 digits of a bank card (BIN). Supports CSV import and export, up to 500 records per query.
Input Format
One record per line, format: Bank Card Number
Supports space, comma, tab separators
• Supports up to 500 records per batch
• Automatic Bank Card Number validation after clicking 'Next'
• If deduplication is enabled, duplicate records will be removed automatically
The first 6 digits of every bank card make up the BIN (Bank Identification Number), which is uniformly assigned to financial institutions by the International Organization for Standardization (ISO). It acts as the "ID card" of a bank card, determining which bank issued the card, the card type, and the region of issuance. For example, a card starting with "621700" is definitely from China Construction Bank, while "622848" belongs to the Agricultural Bank of China. The digits following the BIN code are the individual account number and the checksum digit. The entire card number structure complies with the ISO/IEC 7812 standard.
For scenarios like financial auditing, data cleaning, and batch card verification, querying bank card attribution information one by one is extremely time-consuming. This tool helps you extract the BIN codes of hundreds of card numbers at once, automatically matches them against a bank database via an API, and quickly returns structured information such as the issuing bank, province/city, card type, and customer service phone number.
A single batch query supports up to 500 card numbers. If you exceed this amount, please query them in batches.
Let's assume we have 3 bank card numbers that need to be verified. Paste them into the input box:
622848001234567890
6217000123456789
6230520001234567
After clicking "Query," the tool will sequentially extract the three BIN codes "622848," "621700," and "623052," retrieve information via the API, and display it in the results table. You might see returned content similar to the following (data is for reference only):
| Card Number | Issuing Bank | Card Type | Brand | Province/City | Customer Service | Card Length | Luhn Check |
|---|---|---|---|---|---|---|---|
| 622848…7890 | Agricultural Bank of China | Debit Card | UnionPay | Beijing | 010-95599 | 19 | Valid |
| 621700…6789 | China Construction Bank | Debit Card | UnionPay | Shanghai | 021-95533 | 19 | Valid |
| 623052…4567 | Industrial and Commercial Bank of China | Social Security Co-branded Card | UnionPay | Shenzhen, Guangdong | 0755-95588 | 19 | Valid |
From the table, you can quickly determine which are standard debit cards and which are special co-branded cards. For example, cards starting with 623052 typically correspond to ICBC's social security co-branded cards, which often require extra attention during reimbursement audits. The "Province/City" in the results refers to the issuing bank's registered address or headquarters, which does not necessarily equal the user's current account-opening city. This is an important distinction to note when interpreting the results.
Each field in the query results has a specific meaning. Understanding them will help you better utilize the data: