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 | ヘ觴ヘ觴^ | 11001101111001100101101111001101111001100101101101011110 | cde65bcde65b5e |
EUC-JP | ヘ觴ヘ觴^ | 100011101100110111101011101111001000111011001101111010111011110001011110 | 8ecdebbc8ecdebbc5e |
UTF-8 | ヘ觴ヘ觴^ | 11101111101111101000110111101000101001111011010011101111101111101000110111101000101001111011010001011110 | efbe8de8a7b4efbe8de8a7b45e |
UHC | ?觴?觴^ | 00111111110111111101100000111111110111111101100001011110 | 3fdfd83fdfd85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)