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 | 谿野患 | 111001101010111010010110111011001000101010110011 | e6ae96ec8ab3 |
EUC-JP | 谿野患 | 111011001011000011001100111011101011010010110101 | ecb0cceeb4b5 |
UTF-8 | 谿野患 | 111010001011000010111111111010011000011110001110111001101000001010100011 | e8b0bfe9878ee682a3 |
UHC | 谿野患 | 110011011010110011100101101011111111110010110100 | cdace5affcb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)