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 | 1110100110000100100101011110011010001011100011110100001001000110 | e98495e68b8f4246 |
EUC-JP | 驗墓居BF | 1111000111100100110010101110100010110101111011110100001001000110 | f1e4cae8b5ef4246 |
UTF-8 | 驗墓居BF | 1110100110101001100101111110010110100010100100111110010110110001100001010100001001000110 | e9a997e5a293e5b1854246 |
UHC | 驗墓居BF | 1111101011010000110110011101011111001011110111000100001001000110 | fad0d9d7cbdc4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)