Carred MySQL Show

SELECT default_character_set_name FROM information_schema.SCHEMATA 
WHERE schema_name = "yourdbnamehere";
Friendly Hawk