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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鎰?璋?B | 11101000010011000011111111100000111101100011111101000010 | e84c3fe0f63f42 |
EUC-JP | 鎰?璋?B | 11101111101011010011111111100000111110000011111101000010 | efad3fe0f83f42 |
UTF-8 | 鎰렏璋렏B | 11101001100011101011000011101011101000001000111111100111100100101000101111101011101000001000111101000010 | e98eb0eba08fe7928beba08f42 |
UHC | 鎰렏璋렏B | 111011001111000010001110101001011110110111110000100011101010010101000010 | ecf08ea5edf08ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)