Computes text digests in UTF-8, supporting SHA-256, SHA-512, SHA-1, and MD5. Examples of empty strings and line breaks are provided to facilitate troubleshooting problems with the same text but different summaries.
In UTF-8 terms, spaces and newlines will change the summary. MD5/SHA-1 is not suitable for security against tampering; none of these quick digests are suitable for saving passwords.
5 / 100,000 characters
Shortcut key: Ctrl/⌘+Enter. Modifying inputs or options clears old results.
If you add a newline after hello, the summary will be different.
Hash is not a reversible encryption and has no universal decryption operation. But short passwords can be guessed and compared one by one, so summarizing does not mean hiding weak passwords.
None of these quick digests are suitable for saving passwords directly. MD5 and SHA-1 are reserved for legacy system compatibility purposes only and should not be used for security against tampering.
Computes the selected digest over the full UTF-8 text bytes, including whitespace and newlines. The SHA series uses the browser digest interface, and MD5 uses local implementation; digests can only be compared according to the same encoding and algorithm.
Content check:2026-09-08 · About this site and content description