SHA512/224 Hash Gen.
Generate SHA-512/224 hashes when a specification requires this 224-bit SHA-2 variant.
Last updated: May 30, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is SHA512/224 Hash Gen.?
SHA-512/224 is a SHA-2 variant defined in FIPS 180. It uses the SHA-512 compression function with distinct initial values and emits a 224-bit digest.
It is not interchangeable with SHA-224 and it is not the same as truncating a SHA-512 hash yourself. Use this page when you need exact SHA-512/224 compatibility.
How to Use SHA512/224 Hash Gen.
Type or paste the text you want to hash
Review the generated SHA-512/224 output
Toggle uppercase if your target system expects capital hex
Copy the digest for compatibility checks
Common Use Cases
- Generating SHA-512/224 fixtures for standards compliance tests.
- Matching APIs that explicitly require SHA-512/224.
- Comparing SHA-512/224 with SHA-224 for the same input.
- Documenting known-good SHA-512/224 outputs.
Example Input and Output
Generate the standard SHA-512/224 digest for a short string.
abc4634270f707b6a54daae7530460842e20e37ed265ceee9a43e8924aaHow This Tool Works
The tool encodes input as UTF-8 bytes, applies SHA-512-family padding and compression with SHA-512/224 initial values, and formats the 224-bit digest as hexadecimal.
Technical Stack
Variant
FIPS 180 SHA-512/224 over UTF-8 input bytes.
Compatibility note
Use SHA-512/224 only when the target protocol or test vector specifically names it.

