NSString *test = @\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\";
How to convert this string to bytes?
NSData *bytes = [test dataUsingEncoding:NSUTF8StringEncoding];