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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 肢?^ | 10001110100010000011111101011110 | 8e883f5e |
EUC-JP | 肢?^ | 10111011111010000011111101011110 | bbe83f5e |
UTF-8 | 肢괘^ | 11101000100000101010001011101010101101001001100001011110 | e882a2eab4985e |
UHC | 肢괘^ | 1111001010110110101100011010010101011110 | f2b6b1a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)