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 | èO}B | 1110100001001111100111010111110101000010 | e84f9d7d42 |
SJIS-WIN | ?O?}B | 0011111101001111001111110111110101000010 | 3f4f3f7d42 |
EUC-JP | èO?}B | 10001111101010111011001001001111001111110111110101000010 | 8fabb24f3f7d42 |
UTF-8 | èO}B | 11000011101010000100111111000010100111010111110101000010 | c3a84fc29d7d42 |
UHC | ?O?}B | 0011111101001111001111110111110101000010 | 3f4f3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)