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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | 晶澈ィ自c^ | 1000111110111011111110011101010011111011010010111010100010001110101010010110001101011110 | 8fbbf9d4fb4ba88ea9635e |
EUC-JP | 晶?澈ィ自c^ | 101111101011110100111111100011111100100011100101100011101010100010111100101010110110001101011110 | bebd3f8fc8e58ea8bcab635e |
UTF-8 | 晶澈ィ自c^ | 1110011010011001101101101110111010011100101011111110011010111110100010001110111110111101101010001110100010000111101010100110001101011110 | e699b6ee9cafe6be88efbda8e887aa635e |
UHC | 晶?澈?自c^ | 11101111110111000011111111110100110011010011111111101101101110110110001101011110 | efdc3ff4cd3fedbb635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)