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 | ?J | 0011111101001010 | 3f4a |
SJIS-WIN | 琥J | 111000001110011001001010 | e0e64a |
EUC-JP | 琥J | 111000001110100001001010 | e0e84a |
UTF-8 | 琥J | 11100111100100001010010101001010 | e790a54a |
UHC | 琥J | 111110111101000001001010 | fbd04a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)