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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 狐拒狐居^ | 100011001100111110001011100100011000110011001111100010111000111101011110 | 8ccf8b918ccf8b8f5e |
EUC-JP | 狐拒狐居^ | 101110001101000110110101111100011011100011010001101101011110111101011110 | b8d1b5f1b8d1b5ef5e |
UTF-8 | 狐拒狐居^ | 11100111100010111001000011100110100010111001001011100111100010111001000011100101101100011000010101011110 | e78b90e68b92e78b90e5b1855e |
UHC | 狐拒狐居^ | 111110111100111111001011110111101111101111001111110010111101110001011110 | fbcfcbdefbcfcbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)