MyISAM- this is the default Storage Engine for MySQL (prior to version 5.5.5, after which the value InnoDBbecame the default). There is no concept of a standard database .
InnoDB, :
ALTER TABLE tbl_name ENGINE = InnoDB;
utf8, :
ALTER TABLE tbl_name CONVERT TO CHARACTER SET utf8;