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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蒟鉱蒟鉱B | 111001001110010110001101011110101110010011100101100011010111101001000010 | e4e58d7ae4e58d7a42 |
EUC-JP | 蒟鉱蒟鉱B | 111010001110011110111001110110111110100011100111101110011101101101000010 | e8e7b9dbe8e7b9db42 |
UTF-8 | 蒟鉱蒟鉱B | 11101000100100101001111111101001100010011011000111101000100100101001111111101001100010011011000101000010 | e8929fe989b1e8929fe989b142 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)