Base64 디코딩

아래에 Base64 문자열을 붙여넣고 디코딩을 클릭하면 일반 텍스트로 변환됩니다. 모든 처리는 브라우저에서 로컬로 수행됩니다.

복사됨!

What is Base64 Decoding?

Base64 decoding converts a Base64-encoded ASCII string back into the original binary data or text. This is the reverse of Base64 encoding.

If the input contains characters outside the Base64 alphabet (A-Z, a-z, 0-9, +, /, =), decoding will fail with an error.