Função String BIT_LENGTH() no Banco de Dados

Retorna o tamanho da string str em bits:

mysql> SELECT BIT_LENGTH('text');
        -> 32