<?php $string='Кириллица latin'; $array=preg_split('//u',$string,null,PREG_SPLIT_NO_EMPTY); asort($array); var_dump( $array );