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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | 弔?旭?W | 10010010101000100011111110001000101011100011111101010111 | 92a23f88ae3f57 |
EUC-JP | 弔?旭?W | 11000100101001000011111110110000101100000011111101010111 | c4a43fb0b03f57 |
UTF-8 | 弔렲旭렔W | 11100101101111001001010011101011101000001011001011100110100101111010110111101011101000001001010001010111 | e5bc94eba0b2e697adeba09457 |
UHC | 弔렲旭렔W | 111100001100000010001110101111111110100111101111100011101010100101010111 | f0c08ebfe9ef8ea957 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)