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 | 螟矩Ф^ | 11100101101001001000101111101001100001000101010101011110 | e5a48be984555e |
EUC-JP | 螟矩Ф^ | 11101010101001101011011011101011101001111011011001011110 | eaa6b6eba7b65e |
UTF-8 | 螟矩Ф^ | 111010001001111010011111111001111001111110101001110100001010010001011110 | e89e9fe79fa9d0a45e |
UHC | 螟矩Ф^ | 11011001101011011100111110111011101011001011011001011110 | d9adcfbbacb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)