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 | ç÷P | 111001111111011101010000 | e7f750 |
SJIS-WIN | ?÷P | 00111111100000011000000001010000 | 3f818050 |
EUC-JP | ç÷P | 100011111010101110101110101000011110000001010000 | 8fabaea1e050 |
UTF-8 | ç÷P | 1100001110100111110000111011011101010000 | c3a7c3b750 |
UHC | ?÷P | 00111111101000011100000001010000 | 3fa1c050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)