- htmlentities()
- htmlspecialchars()
- rawurlencode()
- urlencode()
- html_entity_decode()
- rawurldecode()
- urldecode()
Decoding always returns UTF 8. There is also a Base64 encoder.
A script that employs the standard PHP functions for converting web encodings.
Decoding always returns UTF 8. There is also a Base64 encoder.