Toolsets
Theme
Explore a set of encoding and decoding tools for handling various encoding types.
Base64 encodes binary data into a safe text format using 64 ASCII characters.
Base32 encodes binary data into a safe text format using 32 ASCII characters
URL encoding converts special characters in text to a format safe for URL transmission, using percent-encoding.
Hexadecimal encoding converts text into a format safe for transmission by replacing each character with its corresponding hexadecimal value.
Binary encoding converts text by representing each character with its corresponding binary value.
Convert text to Morse code and decode Morse code back to text.
Encodes and decodes HTML entities to display reserved characters in HTML.
Encodes and decodes domain names to and from ASCII-compatible encoding (Punycode).