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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 曖??曖??^ | 100111100100001000111111001111111001111001000010001111110011111101011110 | 9e423f3f9e423f3f5e |
EUC-JP | 曖??曖??^ | 110110111010001100111111001111111101101110100011001111110011111101011110 | dba33f3fdba33f3f5e |
UTF-8 | 曖면윘曖면윘^ | 11100110100110111001011011101011101010011011010011101100100111001001100011100110100110111001011011101011101010011011010011101100100111001001100001011110 | e69b96eba9b4ec9c98e69b96eba9b4ec9c985e |
UHC | 曖면윘曖면윘^ | 11100100111100101011100011101001100111111001110011100100111100101011100011101001100111111001110001011110 | e4f2b8e99f9ce4f2b8e99f9c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)