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 分类中发现相关工具。
精选可能对你有用的实用工具