3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "AARON'S INC                  "; $converted = iconv("ISO-8859-1", "ASCII", $string); var_dump($string); var_dump($converted);

preferences:
45.15 ms | 402 KiB | 5 Q