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 | 10001110100010000011111111100110110110010011111101000010 | 8e883fe6d93f42 |
EUC-JP | 肢?贓?B | 10111011111010000011111111101100110110110011111101000010 | bbe83fecdb3f42 |
UTF-8 | 肢렍贓렩B | 11101000100000101010001011101011101000001000110111101000101101001001001111101011101000001010100101000010 | e882a2eba08de8b493eba0a942 |
UHC | 肢렍贓렩B | 111100101011011010001110101000111110110111111100100011101011011101000010 | f2b68ea3edfc8eb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)