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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 已??警? | 10011011110111110011111100111111100011000111100000111111 | 9bdf3f3f8c783f |
EUC-JP | 已??警? | 11010110111000010011111100111111101101111101100100111111 | d6e13f3fb7d93f |
UTF-8 | 已펠렣警렊 | 111001011011011110110010111011011000111010100000111010111010000010100011111010001010110110100110111010111010000010001010 | e5b7b2ed8ea0eba0a3e8ada6eba08a |
UHC | 已펠렣警렊 | 11101100101010111100011011100111100011101011010011001100111011011000111010100001 | ecabc6e78eb4cced8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)