Convert between different encoding formats quickly and securely
Encodes binary data to ASCII characters using 64 different characters (A-Z, a-z, 0-9, +, /). Commonly used for email attachments and embedding images in HTML.
Similar to Base64 but uses 32 different characters (A-Z, 2-7). More human-readable and case-insensitive, often used in OTP tokens and file hashes.
Replaces unsafe ASCII characters with "%" followed by hexadecimal digits. Used in URLs to encode special characters.
Represents special characters in HTML using entity references (like or ©). Essential for displaying reserved characters (<, >, &, etc.) and special symbols in web pages.
Method | Input | Result | Time | Action |
---|