chridd » Programming » Bytes
Convert bits and bytes.
Binary:
Hexidecimal:
Base64:
These interpret the data you enter as text in the specified encoding; if you type text in one of them, the program will convert the text to binary, then reinterpret it as the other encodings.
ASCII/Latin-1 String:
UTF-8 String:
UTF-16 (Big Endian) String:
UTF-16 (Little Endian) String:
UCS-4 (Big Endian) String:
UCS-4 (Little Endian) String:
MacRoman String:
EBCDIC String:
Comments