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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 扠璋硴^ | 10011101010011001110000011110110111000011110101101011110 | 9d4ce0f6e1eb5e |
EUC-JP | 扠璋硴^ | 11011001101011011110000011111000111000101110110101011110 | d9ade0f8e2ed5e |
UTF-8 | 扠璋硴^ | 11100110100010011010000011100111100100101000101111100111101000011011010001011110 | e689a0e7928be7a1b45e |
UHC | ?璋?^ | 0011111111101101111100000011111101011110 | 3fedf03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)