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 | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 只?只?k | 10010001111111000011111110010001111111000011111101101011 | 91fc3f91fc3f6b |
EUC-JP | 只?只?k | 11000010111111100011111111000010111111100011111101101011 | c2fe3fc2fe3f6b |
UTF-8 | 只렣只렢k | 11100101100011111010101011101011101000001010001111100101100011111010101011101011101000001010001001101011 | e58faaeba0a3e58faaeba0a26b |
UHC | 只렣只렢k | 111100011111111010001110101101001111000111111110100011101011001101101011 | f1fe8eb4f1fe8eb36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)