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 | ??M^ | 00111111001111110100110101011110 | 3f3f4d5e |
SJIS-WIN | 踟ゥM^ | 1110011011110111101010010100110101011110 | e6f7a94d5e |
EUC-JP | 踟ゥM^ | 111011001111100110001110101010010100110101011110 | ecf98ea94d5e |
UTF-8 | 踟ゥM^ | 1110100010111000100111111110111110111101101010010100110101011110 | e8b89fefbda94d5e |
UHC | ??M^ | 00111111001111110100110101011110 | 3f3f4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)