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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 盞碯姪^ | 11100001101101011110000111110011100101101100001101011110 | e1b5e1f396c35e |
EUC-JP | 盞碯姪^ | 11100010101101111110001011110101110011001100010101011110 | e2b7e2f5ccc55e |
UTF-8 | 盞碯姪^ | 11100111100110111001111011100111101000101010111111100101101001111010101001011110 | e79b9ee7a2afe5a7aa5e |
UHC | 盞?姪^ | 111011011101001100111111111100101110101101011110 | edd33ff2eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)