Encodes this String to UTF-8 bytes.
UTF-8
Uint8List encodeUTF8Bytes() => Uint8List.fromList(encodeUTF8());