Home Encoding Encoding Image decoder (base64) rebuilds your image from its Base64 representation, useful when you need to extract assets out of a HTML or CSS Data URI Image encoder (base64) converts your images into Base64 strings, perfect for embedding pictures directly inside HTML or CSS without an extra HTTP request Pdf decoder (base64) rebuilds the PDF file from its Base64 representation, ready for direct download Pdf encoder (base64) converts a PDF to a Base64 / Data URI string, perfect for embedding a document directly inside HTML, JSON or an email Text decoder (base64) turns a Base64 string back into the original text, perfect for inspecting tokens, payloads and config files Text encoder (base64) turns any UTF-8 or ASCII text into Base64, ideal for systems that only accept ASCII payloads