Uniware Card Number Converter
Enter the ROM code (14 hex characters). This page drops the last 6 characters, reverses byte order of the remaining 8 hex characters, then converts to decimal.
Result
- Short code (used for conversion)
- Reversed hex
- Uniware card number (decimal)
Tip: click any value to copy it.
How the conversion works
- Normalize input (trim spaces, uppercase).
- If length is 14: drop the last 6 characters (keep the first 8).
- Split into 2-char bytes.
- Reverse the byte order and join.
- Convert hex → decimal.
Example: CADEB159000000 → CADEB159 → 59B1DECA → 1504829130