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
180822-2382
| 10 Digit String | 180822-2382 | 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 | 201808222382 | 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 | 08 | 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 | 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 | 2 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Female | Extracted from Birth Number. | |
| Date of Birth | 2018-08-22 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 7 | Extracted from Date of Birth. See potential limitation on Day. |
960603-2390
| 10 Digit String | 960603-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 | 199606032390 | 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 | 1996 | The year the person was born. | |
| Month | 06 | The month the person was born. | |
| Day | 03 |
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 | 1996-06-03 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 29 | Extracted from Date of Birth. See potential limitation on Day. |
091211+9815
| 10 Digit String | 091211+9815 | 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 | 190912119815 | 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 | 1909 | The year the person was born. | |
| Month | 12 | 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 | 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 | 5 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Male | Extracted from Birth Number. | |
| Date of Birth | 1909-12-11 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 116 | Extracted from Date of Birth. See potential limitation on Day. |
041007-2391
| 10 Digit String | 041007-2391 | 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 | 200410072391 | 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 | 2004 | The year the person was born. | |
| Month | 10 | The month the person was born. | |
| Day | 07 |
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 | 1 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Male | Extracted from Birth Number. | |
| Date of Birth | 2004-10-07 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 21 | Extracted from Date of Birth. See potential limitation on Day. |
070120-2392
| 10 Digit String | 070120-2392 | 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 | 200701202392 | 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 | 2007 | The year the person was born. | |
| Month | 01 | The month the person was born. | |
| Day | 20 |
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 | 2 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Male | Extracted from Birth Number. | |
| Date of Birth | 2007-01-20 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 19 | Extracted from Date of Birth. See potential limitation on Day. |