I "second" what PBirch says. Always plan for the least common denominator. If International characters then unicode else ANSI <- at least in this case.
It makes sense to use nvarchar or varchar in this case. If you use nchar or char, each nchar field in each row of the table will contain that many characters. For example,...