MySQL Get Character Set

SELECT default_character_set_name FROM information_schema.SCHEMATA 
WHERE schema_name = "schemaname";
Drab Dotterel