📡 RFID Card Number Converter
Convert RFID card numbers between Decimal, HEX and Swapped Endian formats used by access control systems. Bulk upload via CSV or Excel.
| RFID Decimal | RFID HEX | RFID HEX (Swapped Endian) | RFID Decimal (Swapped Endian) |
|---|---|---|---|
| 4274176999 | (auto-filled) | (auto-filled) | (auto-filled) |
| 1234567890 | (auto-filled) | (auto-filled) | (auto-filled) |
Your file needs at least one column with values. Accepted columns: RFID Decimal, RFID HEX, RFID HEX (Swapped Endian) or RFID Decimal (Swapped Endian). The tool detects which column has data and fills in the rest. Accepted files: .csv or .xlsx
The RFID Card Number Converter handles one of the most common frustrations in access control system management — card numbers that look completely different depending on which software or reader you're using. The same physical card can appear as four different numbers depending on whether the system displays it in decimal, hexadecimal, or with its bytes in reversed (swapped endian) order.
This happens because RFID cards store a 32-bit (4-byte) number, and different manufacturers read those bytes in different orders. HID ProxCard readers, EM4100 cards and many Wiegand-based systems all have their own conventions. When you're migrating between systems, enrolling cards manually, or troubleshooting why a card isn't being recognised, being able to convert between all four formats instantly saves significant time.
The bulk upload feature accepts CSV or Excel files and fills in all missing format columns, making it practical for provisioning batches of cards or auditing an existing card database. Everything runs in your browser — no card numbers are sent to any server.