Get your own PHP server Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<?php
$str = "My name is Øyvind Åsane. I'm Norwegian.";
echo htmlentities($str, ENT_QUOTES); // Will only convert double quotes (not single quotes), and uses the character-set Western European
?>
</body>
</html>
My name is Ųyvind Åsane. I'm Norwegian.