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 | 100100100100001001001010 | 92424a |
EUC-JP | 達J | 110000111010001101001010 | c3a34a |
UTF-8 | 達J | 11101001100000011001010001001010 | e981944a |
UHC | 達J | 110100111011100101001010 | d3b94a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)