Encoding
Base64 Encode
Encode plain text into Base64.
Decode a Base64 string back to plain text. Useful for inspecting JWT payloads, decoding values from HTTP headers, or reading data URLs.
이 도구는 구조화된 입력을 받아 서버 업로드 없이 브라우저에서 결정적인 출력을 반환합니다.
Decoded text will appear here after you click Decode.
Decode a Base64 string back to plain text. Useful for inspecting JWT payloads, decoding values from HTTP headers, or reading data URLs.
Base64 is a reversible encoding that maps every 3 bytes of input to 4 ASCII characters. This tool reverses that mapping and renders the result as UTF-8 text. If the input contains characters outside the Base64 alphabet, or the length is wrong, decoding fails and the tool reports "Invalid Base64".
SGVsbG8sIHdvcmxk
Hello, world
아래의 Encoding 카테고리에서 관련 유틸리티를 찾아보세요.
유용할 수 있는 엄선된 유틸리티