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 | 11101000101001111101011011100011011011110100001001000110 | e8a7d6e36f4246 |
EUC-JP | 隗ヨ縊BF | 1111000010101001100011101101011011100101110100000100001001000110 | f0a98ed6e5d04246 |
UTF-8 | 隗ヨ縊BF | 1110100110011010100101111110111110111110100101101110011110111000100010100100001001000110 | e99a97efbe96e7b88a4246 |
UHC | ??縊BF | 001111110011111111100100111111000100001001000110 | 3f3fe4fc4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)