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 | ???^[B | 001111110011111100111111010111100101101101000010 | 3f3f3f5e5b42 |
SJIS-WIN | 蔭??^[B | 10001000111111000011111100111111010111100101101101000010 | 88fc3f3f5e5b42 |
EUC-JP | 蔭??^[B | 10110000111111100011111100111111010111100101101101000010 | b0fe3f3f5e5b42 |
UTF-8 | 蔭붿꺓^[B | 111010001001010010101101111010111011011010111111111010101011101010010011010111100101101101000010 | e894adebb6bfeaba935e5b42 |
UHC | 蔭붿꺓^[B | 111010111110001110010100111011001000001110111001010111100101101101000010 | ebe394ec83b95e5b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)