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 | 11100111111001101110100001010111 | e7e6e857 |
SJIS-WIN | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
EUC-JP | çæèW | 10001111101010111010111010001111101010011100000110001111101010111011001001010111 | 8fabae8fa9c18fabb257 |
UTF-8 | çæèW | 11000011101001111100001110100110110000111010100001010111 | c3a7c3a6c3a857 |
UHC | ?æ?W | 0011111110101001101000010011111101010111 | 3fa9a13f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)