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 | 10001110100010000011111110001101010010110011111101000010 | 8e883f8d4b3f42 |
EUC-JP | 肢?幸?B | 10111011111010000011111110111001101011000011111101000010 | bbe83fb9ac3f42 |
UTF-8 | 肢렍幸렩B | 11101000100000101010001011101011101000001000110111100101101110011011100011101011101000001010100101000010 | e882a2eba08de5b9b8eba0a942 |
UHC | 肢렍幸렩B | 111100101011011010001110101000111111101010111001100011101011011101000010 | f2b68ea3fab98eb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)