get_results query with accent

I’m trying to do an SQL query and I don’t understand something. I get a value with $ _POST, this value is equal to ‘définition’. I made this request:
$sql = "SELECT DISTINCT * FROM". $ wpdb-> prefix. "posts WHERE post_title LIKE '%". $ _POST ['value']. "% '";.