RS256 is a JWT signing algorithm in the RSA (RSASSA-PKCS1-v1_5) family. See its key type, hash and whether this tool can verify it below.
RS256/384/512 sign with an RSA private key and verify with the public key (asymmetric). Verifiers can check the signature with only the public key, making it a standard in OIDC and similar.