텍스트를 Base64 형식으로 인코딩하거나 디코딩하세요
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used to encode data that needs to be stored or transferred over media designed to handle text.