You should execute these 2 queries after connecting to database ,
SET CHARACTER set UTF8
SET NAMES 'utf8'
(before any select statement.)
and another point is that it is better to set your column's collation
to utf8_persian_ci for achieving desired ordering result.