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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?冀?^ | 0011111110011001011000100011111101011110 | 3f99623f5e |
EUC-JP | 塼冀?^ | 10001111101110001011100111010001110000110011111101011110 | 8fb8b9d1c33f5e |
UTF-8 | 塼冀짊^ | 11100101101000011011110011100101100001101000000011101100101001111000101001011110 | e5a1bce58680eca78a5e |
UHC | 塼冀짊^ | 11101110111101001101000011101101110000011111101101011110 | eef4d0edc1fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)