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^ | 1110011110011001101010010100110101011110 | e799a94d5e |
EUC-JP | 逋ゥM^ | 111011011111100110001110101010010100110101011110 | edf98ea94d5e |
UTF-8 | 逋ゥM^ | 1110100110000000100010111110111110111101101010010100110101011110 | e9808befbda94d5e |
UHC | 逋?M^ | 1111100011100111001111110100110101011110 | f8e73f4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)