What is SHA-512?
SHA-512 deterministically maps input bytes to a fixed digest. The same text and character encoding produce the same value every time.
Generate SHA-512 hashes from text directly in your browser. Fast, private, and processed locally without uploading your data.
SHA-512 deterministically maps input bytes to a fixed digest. The same text and character encoding produce the same value every time.
Enter text, select its character encoding, and copy the digest generated automatically. No submit step or network upload is required.
Character encoding changes the input bytes and therefore the digest. Hashing is one-way and is not encryption; use a modern password-hashing scheme for password storage.
SHA-512 output is deterministic and cannot be decrypted. SHA-512 produces a longer digest than SHA-256, while MD5 and SHA-1 should be reserved for legacy compatibility.