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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 蔭??BF | 100010001111110000111111001111110100001001000110 | 88fc3f3f4246 |
EUC-JP | 蔭??BF | 101100001111111000111111001111110100001001000110 | b0fe3f3f4246 |
UTF-8 | 蔭뗦릎BF | 1110100010010100101011011110101110010111101001101110101110100110100011100100001001000110 | e894adeb97a6eba68e4246 |
UHC | 蔭뗦릎BF | 1110101111100011100010111110011010111000101011010100001001000110 | ebe38be6b8ad4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)