ReferenceSQL ReferenceSQL FunctionsfunctionsIS_UTF8Version: current [24.2.x]On this pageIS_UTF8Categories: StringIS_UTF8Returns whether an expression is valid UTF-8SyntaxIS_UTF8(in any) → booleanin: an expressionExamplesIS_UTF8 exampleselect is_utf8('hello')-- True