Minecraft Seed Info
Convert a Minecraft seed string to its numeric hash value and explore properties and famous seeds.
Seed Converter
Enter a word, phrase, or number
Enter a seed above to see its properties
Numeric Seed
Hexadecimal
Sign
Input Type
Bit Pattern (binary, 32-bit)
Notable Seed Match
Java Edition: Text seeds are hashed to a 32-bit integer via
String.hashCode().
Enter the numeric value directly in-game for identical results.
Notable Minecraft Seeds
Click a row to load seed| Seed | Numeric Value | Edition | Why It's Notable |
|---|
Using Seeds in Minecraft
Java Edition
- Go to Singleplayer → Create New World → More World Options
- Paste the seed into the Seed for the World Generator field
- Text seeds are auto-converted to numbers internally
- Entering the numeric value directly gives the same world
- Seeds are version-sensitive — terrain changed in 1.18
Bedrock Edition
- Go to Play → Create New → Advanced
- Enter the seed in the Seed field
- Bedrock uses a different terrain engine than Java
- The same numeric seed produces a different world
- Some community-tested seeds work on both editions
Copied!
Summary
Convert a Minecraft seed string to its numeric hash value and explore properties and famous seeds.
How it works
- Type or paste a seed string or number into the input field.
- For string seeds, the tool applies Java's String.hashCode() algorithm to produce a 32-bit signed integer, matching how Minecraft Java Edition converts text seeds.
- The numeric seed, its hex equivalent, sign, and other properties are displayed immediately.
- Browse the notable seeds table for famous Minecraft worlds and their descriptions.
- Use the Copy button to grab the numeric seed value for use in-game.
Use cases
- Verify what numeric value a word or phrase seed maps to before using it in-game.
- Look up famous Minecraft seeds to recreate iconic worlds.
- Understand the difference between Java Edition and Bedrock Edition seed handling.
- Check whether a seed is positive or negative to predict certain world-generation behaviors.
Frequently Asked Questions
Last updated: 2026-06-10 ·
Reviewed by Nham Vu