Base64 Decoder
Base64 decoder
UTF-8 safe for text. Binary files: use the image tools instead.
Plain text
Guide: Base64 Decoder
Topics in this category: JSON, minify, encoding
Safe decoding
JWTs are three Base64url segments; decoding the payload is fine for debugging but never trust claims without cryptographic verification.
Do not paste live secrets into shared tools.