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
921019-2390
| 10 Digit String | 921019-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 | 199210192390 | 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 | 1992 | The year the person was born. | |
| Month | 10 | The month the person was born. | |
| Day | 19 |
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 | 1992-10-19 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 33 | Extracted from Date of Birth. See potential limitation on Day. |
941204-2385
| 10 Digit String | 941204-2385 | 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 | 199412042385 | 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 | 1994 | The year the person was born. | |
| Month | 12 | The month the person was born. | |
| Day | 04 |
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 | 5 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Female | Extracted from Birth Number. | |
| Date of Birth | 1994-12-04 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 31 | Extracted from Date of Birth. See potential limitation on Day. |
911208-2384
| 10 Digit String | 911208-2384 | 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 | 199112082384 | 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 | 12 | The month the person was born. | |
| Day | 08 |
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 | 4 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Female | Extracted from Birth Number. | |
| Date of Birth | 1991-12-08 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 34 | Extracted from Date of Birth. See potential limitation on Day. |
990111+9819
| 10 Digit String | 990111+9819 | 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 | 189901119819 | 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 | 1899 | The year the person was born. | |
| Month | 01 | 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 | 9 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Male | Extracted from Birth Number. | |
| Date of Birth | 1899-01-11 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 127 | Extracted from Date of Birth. See potential limitation on Day. |
101121+9803
| 10 Digit String | 101121+9803 | 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 | 191011219803 | 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 | 1910 | The year the person was born. | |
| Month | 11 | The month the person was born. | |
| Day | 21 |
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 | 3 | Calculated using the Luhn algorithm on the 10 digit string (without delimiter). | |
| Gender | Female | Extracted from Birth Number. | |
| Date of Birth | 1910-11-21 | Extracted from Year, Month and Day. See potential limitation on Day. | |
| Age | 115 | Extracted from Date of Birth. See potential limitation on Day. |