DevToolNow

What Is This String?

Paste a mystery value from a log, database, or header and find out what it is — hash, token, ID, or encoding — ranked by confidence.

No data sent to serverRuns in your browser
Mystery string
Ctrl+Enter

Related Tools

"I found this string — what is it?"

Every developer hits this: a value turns up in a log, a database column, a cookie, or an API response, and you have no idea what kind of thing it is. Is that 60-character blob a hash you can't reverse, or Base64 you can decode? Is that $2b$... a bcrypt hash? Is the UUID a random v4 or a time-sortable v7?

This tool inspects the input's length, character set, and structure and tells you the most likely answer — with a confidence score, because some strings genuinely match more than one pattern. It recognizes tokens (JWT), password hashes (bcrypt), message digests (MD5, SHA-1, SHA-256, SHA-512), identifiers (UUID with version, ULID), encodings (Base64, Base64URL, URL-encoding, hex), Unix timestamps, and common values like emails, IPs, and hex colors.

⚠️ Reference Only

Output is generated based on your input and is provided for reference. Results may vary depending on your specific use case, edge cases, or environment-specific behavior. We do not guarantee accuracy of conversions, validations, or computed values.

Always verify critical outputs against official documentation or production environments. We are not responsible for any decisions or losses based on these tool results.