Convert between text, binary, base64, morse, ASCII, hex and emoji — all in your browser!
Binary represents text using only 0s and 1s. Each character is converted to an 8-bit (or 7-bit) binary number.
Base64 encoding converts binary data into ASCII text using 64 characters (A-Z, a-z, 0-9, +, /). Commonly used for data transmission.
Morse code uses dots (.) and dashes (-) to represent letters and numbers. Words are separated by forward slashes (/).
ASCII represents characters as decimal numbers (0-127). Each letter, number, or symbol has a unique ASCII code.
Hex uses base-16 numbering (0-9, A-F) to represent data. Each character is converted to its hex representation.
A fun feature that maps letters and words to emoji characters using predefined patterns and mappings.