a11y.skipToMainContent
1

Base64 인코딩 / 디코드

텍스트를 Base64로 변환하거나 Base64를 다시 읽을 수 있는 텍스트를 디코딩합니다. 가득 차있는 unicode 지원.

More options
Was this tool helpful?
Send output to:
Advertisement

How to use Base64 Encode / Decode

  1. Encode 또는 Decode를 선택하십시오.
  2. 텍스트 또는 Base64 문자열을 붙여 넣으십시오.
  3. 결과 복사.

Base64 인코딩 / 디코딩은 무엇입니까?

Base64는 일반 ASCII 텍스트로 임의 바이트를 인코딩하는 방법입니다. 그것은 CSS에 내장 된 이미지, JSON을 통해 바이너리를 전달, JWT 토큰을 인코딩. 이 도구는 Base64 및 decodes Base64 텍스트에 텍스트를 인코딩하고 UTF-8을 통해 unicode를 올바르게 처리합니다.

Advertisement

FAQ

이 핸들 비 ASCII 텍스트?
예 - 문자열은 인코딩 전에 UTF-8 바이트로 변환되며 UTF-8으로 디코딩됩니다.
왜 패딩 문자 (=)를 볼 수 있습니까?
Base64 출력은 '='로 패딩되어 길이가 4개입니다. 이것은 표준입니다.

Related tools

Author

NK
Prof. Noah Klein"The Privacy Guardian"

Cybersecurity Researcher & Privacy Advocate

Professor Klein holds a PhD in Information Security and has testified before EU parliamentary committees on data privacy legislation. He builds encryption tools for journalists, audits web applications for security flaws, and believes that privacy is not a feature but a fundamental right. His research has been cited in Wired, Nature, and The Guardian, and he advises nonprofits on responsible data stewardship.

Advertisement