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
180528-2389
| 10 Digit String | 180528-2389 | 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 | 201805282389 | 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 | 2018 | The year the person was born. | |
| Month | 05 | 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 | 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 | 9 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Female | Extracted from Birth Number. | |
| Date of Birth | 2018-05-28 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 8 | Extracted from Date of Birth. See potential limitation on Day. |
191113-2395
| 10 Digit String | 191113-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 | 201911132395 | 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 | 2019 | The year the person was born. | |
| Month | 11 | The month the person was born. | |
| Day | 13 |
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 | 2019-11-13 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 6 | Extracted from Date of Birth. See potential limitation on Day. |
980522+9813
| 10 Digit String | 980522+9813 | 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 | 189805229813 | 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 | 1898 | The year the person was born. | |
| Month | 05 | 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 | 981 | A number to uniqely identity a person born on the day. 1000 in total, 500 female (even numbers) and 500 male (odd numbers). | |
| Checksum | 3 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Male | Extracted from Birth Number. | |
| Date of Birth | 1898-05-22 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 128 | Extracted from Date of Birth. See potential limitation on Day. |
020915-2396
| 10 Digit String | 020915-2396 | 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 | 200209152396 | 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 | 2002 | The year the person was born. | |
| Month | 09 | The month the person was born. | |
| Day | 15 |
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 | 6 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Male | Extracted from Birth Number. | |
| Date of Birth | 2002-09-15 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 23 | Extracted from Date of Birth. See potential limitation on Day. |
081111-2390
| 10 Digit String | 081111-2390 | 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 | 200811112390 | 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 | 2008 | The year the person was born. | |
| Month | 11 | The month the person was born. | |
| Day | 11 |
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 | 0 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Male | Extracted from Birth Number. | |
| Date of Birth | 2008-11-11 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 17 | Extracted from Date of Birth. See potential limitation on Day. |