<?php

$arr = [
	0 => [0 => "abc", 1 => "įāē"],
	1 => [0 => "čaē", 1 => "qwe"]
];

echo json_encode($arr, JSON_UNESCAPED_UNICODE);