Convert UTF-8 encoded NSData to NSString NSString *res = [NSString stringWithUTF8String:[responseObject bytes]]; Tweet