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 | 111001101001011110001100111010001001000001010111 | e6978ce89057 |
SJIS-WIN | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
EUC-JP | æ??è?W | 10001111101010011100000100111111001111111000111110101011101100100011111101010111 | 8fa9c13f3f8fabb23f57 |
UTF-8 | æèW | 1100001110100110110000101001011111000010100011001100001110101000110000101001000001010111 | c3a6c297c28cc3a8c29057 |
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)