Can mysql charset for table and column be different?

Viewed 938

Does it makes sense to have two different charset for table and a single column in the same table ? or will it create problem, especially for the below mentioned example ?

For example,

Table charset - latin1
Column C1 charset - utf8mb4
1 Answers
Related