Base64 인코딩

아래에 텍스트를 붙여넣고 인코딩을 클릭하면 Base64로 변환됩니다. UTF-8 텍스트를 지원합니다. 모든 처리는 브라우저에서 로컬로 수행됩니다.

복사됨!

What is Base64 Encoding?

Base64 is a binary-to-text encoding scheme that represents binary data as an ASCII string. It is commonly used to embed images in HTML/CSS, transmit data in URLs, encode email attachments (MIME), and store complex data in JSON or XML.

The encoding uses 64 characters: A-Z, a-z, 0-9, +, and /, with = for padding.