Strict text decoding
Decode Base64 to exact UTF-8 text
Invalid alphabets, padding, trailing bits and UTF-8 fail visibly instead of being repaired or replaced.
Runs locally
Convert one UTF-8 text value
โText stays in this browserExact result
Exact decoded UTF-8 text
UTF-8 bytes7
Base64 symbols10
Padding characters2
Input UTF-16 length12
Output UTF-16 length7
Explicit profileStandard Base64 (+ /) ยท Padded (= required when needed)
Converted text
First 32 bytes in hexadecimal
48 65 6C 6C 6F 3E 3FNo trimming, whitespace removal, normalization, charset guessing, padding repair or alphabet auto-detection is applied.