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 | 啼?靜?^ | 10011010011001010011111111101000110011100011111101011110 | 9a653fe8ce3f5e |
EUC-JP | 啼?靜?^ | 11010011110001100011111111110000110100000011111101011110 | d3c63ff0d03f5e |
UTF-8 | 啼렮靜렱^ | 11100101100101011011110011101011101000001010111011101001100111011001110011101011101000001011000101011110 | e595bceba0aee99d9ceba0b15e |
UHC | 啼렮靜렱^ | 111100001010011010001110101110111111000010100001100011101011111001011110 | f0a68ebbf0a18ebe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)