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 | èFæW | 111010000100011010000010111001101000001001010111 | e84682e68257 |
SJIS-WIN | ?F???W | 001111110100011000111111001111110011111101010111 | 3f463f3f3f57 |
EUC-JP | èF?æ?W | 10001111101010111011001001000110001111111000111110101001110000010011111101010111 | 8fabb2463f8fa9c13f57 |
UTF-8 | èFæW | 11000011101010000100011011000010100000101100001110100110110000101000001001010111 | c3a846c282c3a6c28257 |
UHC | ?F?æ?W | 00111111010001100011111110101001101000010011111101010111 | 3f463fa9a13f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)