Paste a string and auto-detect whether it is Base64, Base64URL, Hex, Base32, Base85, URL encoding or plain text
When you get an unfamiliar string, it is often hard to tell what encoding it is. This tool judges by character set, length patterns and signature symbols (such as the % percent sign, Base64's +/=, Base32's A-Z2-7 only, etc.), listing candidate results from most to least likely to help you pick the right tool.
Note: detection is based on statistical features, not 100% certain. For example, random text that coincidentally fits the Base64 character set may also be identified as Base64. Judge with context.
Base64, Base64URL, Hex (hexadecimal), Base32 (RFC 4648), Base85 (Ascii85), URL encoding (Percent-Encoding), Plain Text.