SyntaxFix
Write A Post
Hire A Developer
Questions
You probably just need to see the ASCII and EXTENDED ASCII character sets. As far as I know any of these are allowed in a char/varchar field.
ASCII
EXTENDED ASCII
char
varchar
If you use nchar/nvarchar then it's pretty much any character in any unicode set in the world.
nchar
nvarchar