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 | 蓴磯カコ^ | 11100100111100011000100011101001101101101011101001011110 | e4f188e9b6ba5e |
EUC-JP | 蓴磯カコ^ | 111010001111001110110000111010111000111010110110100011101011101001011110 | e8f3b0eb8eb68eba5e |
UTF-8 | 蓴磯カコ^ | 11101000100100111011010011100111101000111010111111101111101111011011011011101111101111011011101001011110 | e893b4e7a3afefbdb6efbdba5e |
UHC | 蓴磯??^ | 11100010111100011101000110110100001111110011111101011110 | e2f1d1b43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)