To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莎活僑 | 111001001011001110001010100010001000101110100001 | e4b38a888ba1 |
EUC-JP | 莎活僑 | 111010001011010110110011111010001011011010100011 | e8b5b3e8b6a3 |
UTF-8 | 莎活僑 | 111010001000111010001110111001101011010010111011111001011000001110010001 | e88e8ee6b4bbe58391 |
UHC | 莎活僑 | 110111101110110111111100110000001100111011100000 | deedfcc0cee0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)