size of char

Hi.
How can I find the real size of array char, for example below code:

char a[20]="Hello World";

Size of my char is 11 bytes but It always shows 20.

https://www.arduino.cc/en/Reference/Sizeof

strlen?