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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 馹??馹??^ | 1000111111101001101000010011111100111111100011111110100110100001001111110011111101011110 | 8fe9a13f3f8fe9a13f3f5e |
UTF-8 | 馹累떴馹累떴^ | 11101001101001101011100111101111101001011000111111101011100101101011010011101001101001101011100111101111101001011000111111101011100101101011010001011110 | e9a6b9efa58feb96b4e9a6b9efa58feb96b45e |
UHC | 馹累떴馹累떴^ | 11101100111100011101001011101001101101101011100111101100111100011101001011101001101101101011100101011110 | ecf1d2e9b6b9ecf1d2e9b6b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)