A Base encoding validator checks whether a string is valid Base64, Base64url, or Base32 encoded data — verifying character set, padding, and length requirements. Use it when debugging API responses, JWT tokens, TOTP secrets, or data pipelines that use base encoding. Paste your encoded string below to validate and decode.

Encoding:
Base Encoding Reference
EncodingCharactersPaddingLength multiple
Base64A-Z, a-z, 0-9, +, /= (multiple of 4)4
Base64urlA-Z, a-z, 0-9, -, _Optional (URL-safe)4 (or unpadded)
Base32A-Z, 2-7= (multiple of 8)8