Minecraft Seed Info
Convert a Java text seed to its signed 32-bit hash, inspect signed 64-bit numeric seeds, and copy the value for modern Java or Bedrock.
Use the Minecraft Seed Info
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)
Modern cross-edition use
Java Edition: Text seeds are hashed to a 32-bit integer via
String.hashCode().
Enter the numeric value directly in-game. Modern editions may align terrain, but structures and other generated features can differ.
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
- Supports signed 64-bit numeric seeds since 1.18.30
- Use the copied number, especially when the source is a Java text seed
- Terrain may broadly align; structures, local features, caves, and mobs can differ
Copied!
Summary
Convert a Java text seed to its signed 32-bit hash, inspect signed 64-bit numeric seeds, and copy the value for modern Java or Bedrock.
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.
- For modern cross-edition use, copy the numeric result rather than assuming the same text phrase is interpreted identically.
- 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.
- Reuse a signed 64-bit numeric seed in modern Java or Bedrock while accounting for edition differences.
- Inspect the exact two's-complement hexadecimal and binary representation.
Frequently Asked Questions
Last updated: 2026-09-22 ·
Reviewed by Nham Vu