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 | æÜíW | 111001101101110010001100111011011000111101010111 | e6dc8ced8f57 |
SJIS-WIN | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
EUC-JP | æÜ?í?W | 100011111010100111000001100011111010101011100100001111111000111110101011101111110011111101010111 | 8fa9c18faae43f8fabbf3f57 |
UTF-8 | æÜíW | 1100001110100110110000111001110011000010100011001100001110101101110000101000111101010111 | c3a6c39cc28cc3adc28f57 |
UHC | æ????W | 10101001101000010011111100111111001111110011111101010111 | a9a13f3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)