Handling Internationalized domain names (IDN)
echo Url::parse('https://www.пример.онлайн/hello/world')->toString();
Output
https://www.xn--e1afmkfd.xn--80asehdb/hello/world
Behind the curtains true/punycode is used to parse internationalized domain names.