I would say yes, here is a description from php documentation:
mbstring provides multibyte-specific string functions that help handle multibyte encodings in PHP. In addition to this, mbstring handles character encoding conversion between possible encoding pairs. mbstring is designed to handle Unicode-based encodings such as UTF-8 and UCS-2, and many single-byte encodings for convenience ....
If you are not sure if the mb extension is loaded, you should check this before because the mb line is not a default extension.
source share