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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鎰?璋?^ | 11101000010011000011111111100000111101100011111101011110 | e84c3fe0f63f5e |
EUC-JP | 鎰?璋?^ | 11101111101011010011111111100000111110000011111101011110 | efad3fe0f83f5e |
UTF-8 | 鎰렏璋렏^ | 11101001100011101011000011101011101000001000111111100111100100101000101111101011101000001000111101011110 | e98eb0eba08fe7928beba08f5e |
UHC | 鎰렏璋렏^ | 111011001111000010001110101001011110110111110000100011101010010101011110 | ecf08ea5edf08ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)