WebToolsPlanet
Security Tools

SHA512/224 Hash Gen.

Generate SHA-512/224 hashes when a specification requires this 224-bit SHA-2 variant.

SHA-512/224224-bitUTF-8Browser based

Last updated: May 30, 2026

Client-Side Processing
Input Data Stays on Device
Instant Local Execution

Find this tool useful? Support the project to keep it free!

Buy me a coffee

What 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.

1

Type or paste the text you want to hash

2

Review the generated SHA-512/224 output

3

Toggle uppercase if your target system expects capital hex

4

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.

Input text
abc
SHA-512/224 hash
4634270f707b6a54daae7530460842e20e37ed265ceee9a43e8924aa

How 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

TypeScriptSHA-512/224UTF-8 TextEncoderClient-side hashing

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.

Frequently Asked Questions

How long is a SHA-512/224 hash?
SHA-512/224 outputs 224 bits, displayed as 56 hexadecimal characters.
Is SHA-512/224 just truncated SHA-512?
No. It uses distinct initial values and a defined 224-bit output.
Is SHA-512/224 the same as SHA-224?
No. They produce the same output length but use different SHA-2 constructions.
Is input uploaded?
No. Hashing runs entirely in your browser.