Generate SHA-384 hashes instantly
This tool creates SHA-384 digests directly in your browser. SHA-384 provides a longer SHA-2 digest, commonly used for exact specification matching and stable text hashing workflows.
Output format
SHA-384 produces a 384-bit fixed-length hash regardless of the length of your input text. This is standardly displayed as a 96-character hexadecimal string.
Even invisible formatting differences or slight case variations will generate a completely different digest.
Supported features
Process lists of text by activating the batch-by-newline setting. This will return an individual SHA-384 hash for each line provided.
The interface also includes toggles for uppercase output formatting, line trimming, and Unicode normalization.
When to choose SHA-384
SHA-384 sits between SHA-256 and SHA-512 in the SHA-2 family. It is typically selected when a specific platform or technical standard explicitly dictates a 384-bit output.