IBAN 국제 계좌 번호 검증 및 디코더

ISO 13616 Modulo 97 표준을 적용하여 서버 전송 없이 100% 안전하게 계좌번호를 검증하는 무료 IBAN 유효성 검사기.

금융 및 투자
100% 클라이언트 사이드 · 안전한 개인정보 보호
IBAN 국제 계좌 번호 검증 및 디코더

ISO 13616 Modulo 97 표준을 적용하여 서버 전송 없이 100% 안전하게 계좌번호를 검증하는 무료 IBAN 유효성 검사기.

개념 및 지식 허브

International Bank Account Number (IBAN) & Checksum Validation

The International Bank Account Number (IBAN) is an internationally agreed system of identifying bank accounts across national borders to facilitate the communication and processing of cross border transactions.

Submitting sensitive banking strings into random websites is a massive security vulnerability. This validator executes the ISO 13616 Modulo 97 checksum algorithm 100% client side, ensuring your financial routing data is never transmitted to an external server.

핵심 아키텍처 및 수학 공식

IBAN = Country Code (2) + Check Digits (2) + Basic Bank Account Number (BBAN)

The Modulo 97 algorithm moves the first four characters to the end of the string, converts all letters to integers, and divides the massive resulting number by 97. If the remainder equals 1, the IBAN is mathematically valid.

모범 사례 및 필수 지침

  • Never Paste IBANs on Unsecured Networks: Always ensure the validation tool operates exclusively via local JavaScript without making external API POST requests.
  • Verify Country Specific Lengths: While the ISO standard allows up to 34 characters, individual nations mandate strict lengths. For example, a French IBAN is always exactly 27 characters, while a German IBAN is exactly 22.
  • Confirm the BIC/SWIFT Code: While the IBAN identifies the specific customer account, you almost always need the companion SWIFT code to identify the destination bank institution for wire transfers.

자주 묻는 질문 (FAQ)

Does a valid checksum guarantee the account exists?
No. A valid checksum simply means the IBAN is mathematically and structurally formatted correctly according to the ISO standard. It does not verify if the account is currently open, active, or funded.
What is a BBAN?
The Basic Bank Account Number (BBAN) is the country specific portion of the IBAN that contains the domestic bank routing code, branch identifier, and the customer's actual account number.
Why do North American banks not use IBANs?
The United States and Canada rely on their legacy domestic routing transit numbers (ABA) combined with SWIFT codes for international wires, and have not adopted the European dominated IBAN standard.