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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 釘昉] | 1001001101000010111110101101000101011101 | 9342fad15d |
EUC-JP | 釘昉] | 110001011010001110001111110000011111100001011101 | c5a38fc1f85d |
UTF-8 | 釘昉] | 11101001100001111001100011100110100110001000100101011101 | e98798e698895d |
UHC | 釘昉] | 1110111111111001110110111011001001011101 | eff9dbb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)