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 | ????noBF | 0011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f6e6f4246 |
SJIS-WIN | 鬣杭鬣甲noBF | 111010011010010110001101010110011110100110100101100011010110001001101110011011110100001001000110 | e9a58d59e9a58d626e6f4246 |
EUC-JP | 鬣杭鬣甲noBF | 111100101010011110111001101110101111001010100111101110011100001101101110011011110100001001000110 | f2a7b9baf2a7b9c36e6f4246 |
UTF-8 | 鬣杭鬣甲noBF | 11101001101011001010001111100110100111011010110111101001101011001010001111100111100101001011001001101110011011110100001001000110 | e9aca3e69dade9aca3e794b26e6f4246 |
UHC | ?杭?甲noBF | 00111111111110011111100000111111110010111010001101101110011011110100001001000110 | 3ff9f83fcba36e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)