BYTESIZE

Counts the number of bytes in a string.

Syntax 

BYTESIZE(string)

Usage examples 

Example 1

Formula

BYTESIZE("hello")

Output

5

Example 2

Formula

BYTESIZE("😊👍")

Output

8

Example 3

Formula

BYTESIZE("São Paulo")

Output

10
Was this helpful?