Randomize Swedish Personal Identity Numbers
Here are 5 random Swedish Personal Identity Numbers from the list of testdata.
Numbers
10 digit versions
12 digit versions
Details
911106-2395
| 10 Digit String | 911106-2395 | This is the most common format, often refered to as YYMMDD-XXXX. The year is represented as 2 digits and the delimiter provides the info required to get the full year. | |
|---|---|---|---|
| 12 Digit String | 199111062395 | The format that is the receomended one to use when persisting it as it contains the full year as digits and no delmiter that changes over time.. | |
| Year | 1991 | The year the person was born. | |
| Month | 11 | The month the person was born. | |
| Day | 06 |
The day the person was born. Note: Because of a limited amount of birth numbers per day (1000) a person might not receive the exact day as the day part. It can be a few days later or earlier, but always within the same month. |
|
| Delimiter | - | By default a hyphen (-) but turns into a plus (+) the year the person turns 100. | |
| Birth Number | 239 | A number to uniqely identity a person born on the day. 1000 in total, 500 female (even numbers) and 500 male (odd numbers). | |
| Checksum | 5 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Male | Extracted from Birth Number. | |
| Date of Birth | 1991-11-06 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 34 | Extracted from Date of Birth. See potential limitation on Day. |
990826-2380
| 10 Digit String | 990826-2380 | This is the most common format, often refered to as YYMMDD-XXXX. The year is represented as 2 digits and the delimiter provides the info required to get the full year. | |
|---|---|---|---|
| 12 Digit String | 199908262380 | The format that is the receomended one to use when persisting it as it contains the full year as digits and no delmiter that changes over time.. | |
| Year | 1999 | The year the person was born. | |
| Month | 08 | The month the person was born. | |
| Day | 26 |
The day the person was born. Note: Because of a limited amount of birth numbers per day (1000) a person might not receive the exact day as the day part. It can be a few days later or earlier, but always within the same month. |
|
| Delimiter | - | By default a hyphen (-) but turns into a plus (+) the year the person turns 100. | |
| Birth Number | 238 | A number to uniqely identity a person born on the day. 1000 in total, 500 female (even numbers) and 500 male (odd numbers). | |
| Checksum | 0 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Female | Extracted from Birth Number. | |
| Date of Birth | 1999-08-26 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 26 | Extracted from Date of Birth. See potential limitation on Day. |
801022-9238
| 10 Digit String | 801022-9238 | This is the most common format, often refered to as YYMMDD-XXXX. The year is represented as 2 digits and the delimiter provides the info required to get the full year. | |
|---|---|---|---|
| 12 Digit String | 198010229238 | The format that is the receomended one to use when persisting it as it contains the full year as digits and no delmiter that changes over time.. | |
| Year | 1980 | The year the person was born. | |
| Month | 10 | The month the person was born. | |
| Day | 22 |
The day the person was born. Note: Because of a limited amount of birth numbers per day (1000) a person might not receive the exact day as the day part. It can be a few days later or earlier, but always within the same month. |
|
| Delimiter | - | By default a hyphen (-) but turns into a plus (+) the year the person turns 100. | |
| Birth Number | 923 | A number to uniqely identity a person born on the day. 1000 in total, 500 female (even numbers) and 500 male (odd numbers). | |
| Checksum | 8 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Male | Extracted from Birth Number. | |
| Date of Birth | 1980-10-22 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 45 | Extracted from Date of Birth. See potential limitation on Day. |
080728+9806
| 10 Digit String | 080728+9806 | This is the most common format, often refered to as YYMMDD-XXXX. The year is represented as 2 digits and the delimiter provides the info required to get the full year. | |
|---|---|---|---|
| 12 Digit String | 190807289806 | The format that is the receomended one to use when persisting it as it contains the full year as digits and no delmiter that changes over time.. | |
| Year | 1908 | The year the person was born. | |
| Month | 07 | The month the person was born. | |
| Day | 28 |
The day the person was born. Note: Because of a limited amount of birth numbers per day (1000) a person might not receive the exact day as the day part. It can be a few days later or earlier, but always within the same month. |
|
| Delimiter | + | By default a hyphen (-) but turns into a plus (+) the year the person turns 100. | |
| Birth Number | 980 | A number to uniqely identity a person born on the day. 1000 in total, 500 female (even numbers) and 500 male (odd numbers). | |
| Checksum | 6 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Female | Extracted from Birth Number. | |
| Date of Birth | 1908-07-28 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 117 | Extracted from Date of Birth. See potential limitation on Day. |
231222-2397
| 10 Digit String | 231222-2397 | This is the most common format, often refered to as YYMMDD-XXXX. The year is represented as 2 digits and the delimiter provides the info required to get the full year. | |
|---|---|---|---|
| 12 Digit String | 202312222397 | The format that is the receomended one to use when persisting it as it contains the full year as digits and no delmiter that changes over time.. | |
| Year | 2023 | The year the person was born. | |
| Month | 12 | The month the person was born. | |
| Day | 22 |
The day the person was born. Note: Because of a limited amount of birth numbers per day (1000) a person might not receive the exact day as the day part. It can be a few days later or earlier, but always within the same month. |
|
| Delimiter | - | By default a hyphen (-) but turns into a plus (+) the year the person turns 100. | |
| Birth Number | 239 | A number to uniqely identity a person born on the day. 1000 in total, 500 female (even numbers) and 500 male (odd numbers). | |
| Checksum | 7 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Male | Extracted from Birth Number. | |
| Date of Birth | 2023-12-22 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 1 | Extracted from Date of Birth. See potential limitation on Day. |