Hungary IBAN Format
28-character IBAN · HUF Hungarian Forint · SEPA zone
A Hungary IBAN is 28 characters long and always begins with the country code HU, followed by two check digits. The next 3 characters are the Bank Code. This is followed by the Branch Code (4 characters). The remaining 15 characters identify the individual account number. The Hungary IBAN uses the HUF (Hungarian Forint) and is a <strong>SEPA member</strong>, meaning euro transfers from other SEPA countries are fast and low-cost.
Example IBAN
IBAN Structure
| Position | Length | Field | Type |
|---|---|---|---|
| 1–2 | 2 | Country Code | a |
| 3–4 | 2 | Check Digits | n |
| 5–7 | 3 | Bank Code | n |
| 8–11 | 4 | Branch Code | n |
| 12–12 | 1 | Check Digit | n |
| 13–27 | 15 | Account Number | n |
| 28–28 | 1 | Check Digit | n |
Major Banks in Hungary
| Bank Name | Bank Code | BIC / SWIFT |
|---|---|---|
| Budapest Bank (MKB) | 103 | BUDAHUHB |
| K&H Bank | 104 | OKHBHUHB |
| OTP Bank | 117 | OTPVHUHB |
| Raiffeisen Bank Hungary | 120 | UBRTHUHB |
| UniCredit Bank Hungary | 116 | BACXHUHB |
Validate a Hungary IBAN
Paste a Hungary IBAN below to check it.
^HU\d{2}\d{3}\d{4}\d{1}\d{15}\d{1}$
Pattern validates length, country code, check digit positions, and field character types. Does not verify the MOD-97 checksum (use the validator above for full validation).
$iban = strtoupper(str_replace(' ', '', $input));
if (!preg_match('/^HU\\d{2}\\d{3}\\d{4}\\d{1}\\d{15}\\d{1}$/', $iban)) {
// Invalid Hungary IBAN format
}
const iban = input.replace(/\s+/g, '').toUpperCase();
const pattern = /^HU\d{2}\d{3}\d{4}\d{1}\d{15}\d{1}$/;
if (!pattern.test(iban)) {
// Invalid Hungary IBAN format
}
import re
iban = input_str.replace(' ', '').upper()
pattern = r'^HU\d{2}\d{3}\d{4}\d{1}\d{15}\d{1}$'
if not re.fullmatch(pattern, iban):
# Invalid Hungary IBAN format
These snippets check format only. For full IBAN validation including MOD-97 checksum, use a dedicated IBAN library or the validator on this page.
How to Find Your Hungary IBAN
Hungary accounts are traditionally identified using: Bank Code (3n) + Branch Code (4n) + Account Type (1n) + Account Number (15n) + Check Digit (1n). Your IBAN encodes these same components in the standardised international format.
-
1
Mobile banking app — Open your bank's app, navigate to account details or "Account Info." Your IBAN is usually displayed alongside your account number. Look for a field labelled "IBAN" or "International Account Number."
-
2
Bank statement — Your Hungary IBAN appears in the account header of your printed or PDF bank statement, typically near the top of the first page.
-
3
Online banking — Log in to your bank's website and go to "Account Details," "Account Summary," or "Profile." Most Hungary banks display the IBAN prominently in account settings.
-
4
Bank branch or helpline — Call your bank's customer service or visit a branch with your ID. They can provide your full IBAN instantly.
Once you have your IBAN, use the validator above to confirm it is correctly formatted before sharing it.
Sending Money to Hungary
- Recipient's full name
- IBAN (28 characters, starts with HU)
Hungary is a SEPA member but uses HUF (Hungarian Forint), not the Euro. SEPA Credit Transfers in EUR are available. Domestic Hungarian accounts use a 3-part format: bank-branch-account shown as XXXXXXXX-XXXXXXXX-XXXXXXXX.
Specialist services typically charge significantly less than high-street banks for international transfers.
Quick Facts
- IBAN Length
- 28 chars
- Country Code
- HU
- Currency
- HUF
- SEPA
- Yes
- BBAN Format
- 24n
- IBAN Required
- mandatory
- Adopted
- 2004