| RFID Decimal | RFID HEX | RFID HEX (Swapped Endian) | RFID Decimal (Swapped Endian) |
|---|---|---|---|
| 4274176999 | (auto-filled) | (auto-filled) | (auto-filled) |
Your file needs at least one column: RFID Decimal, RFID HEX, RFID HEX (Swapped Endian) or RFID Decimal (Swapped Endian). Accepted: .csv or .xlsx
About RFID Card Number Formats
RFID access control cards store a unique number as a 32-bit (4-byte) value. The problem is that different manufacturers and software systems read and display those bytes in different orders, which means the same physical card can show as four completely different numbers depending on which system you are using. This is the swapped endian problem, and it causes significant confusion when enrolling cards, migrating between access control systems or troubleshooting why a card is not being recognised.
A decimal value like 4274176999 converts to FEC2C3E7 in hexadecimal. If you reverse the byte order (swap the endianness), you get E7C3C2FE in hex, which as a decimal number is 3888366334. All four of these numbers refer to the exact same physical card. HID ProxCard readers, EM4100 cards, Wiegand-protocol readers and various access control management platforms all have their own conventions for which format they display and which they accept for programming.
Conversion Example
RFID Decimal: 4274176999
RFID HEX: FEC2C3E7
HEX (Swapped Endian): E7C3C2FE
Decimal (Swapped): 3888366334
Common Use Cases
- System migration. Moving from one access control system to another? Convert your existing card database to the format the new system expects without re-enrolling every card manually.
- Card enrolment troubleshooting. A card works at the reader but will not enrol in the software? The reader and software may be displaying different formats. Convert between them to find the matching number.
- Bulk card provisioning. Upload a spreadsheet of card numbers from procurement and get all four formats in a downloadable file ready to import into your access control database.
- Multi-site management. Different sites using different reader brands may report card numbers in different formats. Use this tool to normalise them to a single format for central management.