The International Mobile Station Equipment Identity (IMEI) generator produces a unique 15-digit number to identify mobile devices, such as smartphones, tablets, and other cellular-enabled devices. The IMEI number consists of several parts, including a Type Approval Code (TAC), a Serial Number (SNR), and a check digit for validation. This number helps network providers and manufacturers track, authenticate, and manage mobile devices.
The table provides key details about the generator, including the short name, sample of the generated data, the supported data types, and whether it is specific to a particular country.
Short name | Example of generated data | Data type matching | Country-specific |
---|---|---|---|
IMEI | 160241214823755, 863598540595054, … 160241-21-482375-5, 863598-54-059505-4, … |
varchar char character varying character text decimal bigint |
Default |
The generator can be assigned to a column whose name is ‘IMEI’, regardless of the table name.
The tool allows you to specify a separator between groups of digits. By default, a hyphen or a space is used to separate the digits.