Encoding & Numbers
61 tools available. All calculations and file processing stay 100% private in your browser.
Convert 49
- Ascii85 (Adobe PostScript) DecoderDecode Adobe Ascii85 (<~ ~>) strings back into readable UTF-8 text.
- Ascii85 (Adobe PostScript) EncoderEncode text strings into Adobe Ascii85 format wrapped with standard <~ and ~> delimiters.
- Base16 (Hex) DecoderDecode RFC 4648 Base16 hexadecimal strings back into plain UTF-8 text.
- Base16 (Hex) EncoderEncode text strings into uppercase RFC 4648 Base16 hexadecimal representation.
- Base32 (RFC 4648) DecoderDecode Base32 strings back into original readable UTF-8 text.
- Base32 (RFC 4648) EncoderEncode text strings into standard case-insensitive Base32 representation with padding.
Calculate & Analyze 12
- Binary Addition CalculatorAdd two binary numbers (A + B) with automatic carrying and view results in binary, decimal, and hexadecimal.
- Binary Bitwise AND CalculatorCompute bitwise AND (A & B) between two binary numbers with width alignment.
- Binary Bitwise NAND CalculatorCompute bitwise NAND (~(A & B)) between two binary numbers with operand-bounded bit width.
- Binary Bitwise NOR CalculatorCompute bitwise NOR (~(A | B)) between two binary numbers with operand-bounded bit width.
- Binary Bitwise NOT (Inversion) CalculatorInvert every bit of a binary number within its own exact register bit width (1s to 0s, 0s to 1s).
- Binary Bitwise OR CalculatorCompute bitwise OR (A | B) between two binary numbers with width alignment.
