Fix encoding from database

from my old project what need to get to new one i need same database records and there all are in latvian language, there is symbols what is not latvian:
Example:

Have NotekÅ«deņu sÅ«knis but need Notekūdeņu sūknis

In database all text that is in latvian is with this symbols, english letters is ok

HAVE  =  NEED
  Ä�  =  ā
  Ä“  =  ē
  Å«  =  ū
  Å   =  ņ
  Ä«  =  ī
  Ä£  =  ģ
  Å¡  =  š
  †Ä· =  ķ

Cant find any solution.
My PHP v8.0 use MySql MariaDB v10.9.3

Maybe only solution is to rewrite all DB records in latvian language or this will e mistake?