Binary & Encoding Tools
Convert text, binary, hex, decimal, octal, and ASCII — plus Base64, URL, and HTML encoding.
All Binary & Encoding Tools
Base64 Encode
Encode text to Base64 for APIs, data URIs, and transmission-safe strings.
Use tool →Base64 Decode
Decode Base64 strings back to readable plain text.
Use tool →Text to Binary
Convert plain text to binary (8-bit UTF-8 bytes).
Use tool →Binary to Text
Decode binary (8-bit groups) back to readable text.
Use tool →HEX to Binary
Convert hexadecimal values to binary.
Use tool →Binary to HEX
Convert binary to hexadecimal format.
Use tool →ASCII to Binary
Convert ASCII decimal codes to binary.
Use tool →Binary to ASCII
Convert binary to ASCII decimal codes.
Use tool →Decimal to Binary
Convert decimal byte values (0–255) to binary.
Use tool →Binary to Decimal
Convert binary to decimal byte values.
Use tool →Text to ASCII
Convert text to ASCII decimal character codes.
Use tool →ASCII to Text
Convert ASCII decimal codes to text.
Use tool →HEX to Decimal
Convert a hexadecimal number to decimal.
Use tool →Decimal to HEX
Convert a decimal number to hexadecimal.
Use tool →Octal to Binary
Convert octal byte values to binary.
Use tool →Binary to Octal
Convert binary to octal values.
Use tool →Octal to Decimal
Convert an octal number to decimal.
Use tool →Decimal to Octal
Convert a decimal number to octal.
Use tool →HEX to Octal
Convert hexadecimal to octal.
Use tool →Octal to HEX
Convert octal to hexadecimal.
Use tool →Text to Octal
Convert text to octal byte values.
Use tool →Octal to Text
Convert octal byte values to text.
Use tool →Text to HEX
Convert text to hexadecimal (UTF-8 bytes).
Use tool →HEX to Text
Decode hexadecimal bytes to text.
Use tool →Text to Decimal
Convert text to decimal byte values.
Use tool →Decimal to Text
Convert decimal byte values to text.
Use tool →