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 | 111001111000100010001101011110101110011110001000100011010111101001000010 | e7888d7ae7888d7a42 |
EUC-JP | 辷鉱辷鉱B | 111011011110100010111001110110111110110111101000101110011101101101000010 | ede8b9dbede8b9db42 |
UTF-8 | 辷鉱辷鉱B | 11101000101111101011011111101001100010011011000111101000101111101011011111101001100010011011000101000010 | e8beb7e989b1e8beb7e989b142 |
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)