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 | 襷矩Ф^ | 11100110010001101000101111101001100001000101010101011110 | e6468be984555e |
EUC-JP | 襷矩Ф^ | 11101011101001111011011011101011101001111011011001011110 | eba7b6eba7b65e |
UTF-8 | 襷矩Ф^ | 111010001010010110110111111001111001111110101001110100001010010001011110 | e8a5b7e79fa9d0a45e |
UHC | ?矩Ф^ | 001111111100111110111011101011001011011001011110 | 3fcfbbacb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)