<?php
mb_internal_encoding("utf-8");

$vocabulary = array(
	'дом' => 'うち',
	'голос' =>　'こえ',
);

var_dump($vocabulary);