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 | è¹ë c^ | 1110100010111001100001001110101110100000100101110110001101011110 | e8b984eba097635e |
SJIS-WIN | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
EUC-JP | è??ë??c^ | 100011111010101110110010001111110011111110001111101010111011001100111111001111110110001101011110 | 8fabb23f3f8fabb33f3f635e |
UTF-8 | è¹ë c^ | 1100001110101000110000101011100111000010100001001100001110101011110000101010000011000010100101110110001101011110 | c3a8c2b9c284c3abc2a0c297635e |
UHC | ?¹????c^ | 001111111010100111110110001111110011111100111111001111110110001101011110 | 3fa9f63f3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)