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 | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 鴆自W | 1110100111101111100011101010100101010111 | e9ef8ea957 |
EUC-JP | 鴆自W | 1111001011110001101111001010101101010111 | f2f1bcab57 |
UTF-8 | 鴆自W | 11101001101101001000011011101000100001111010101001010111 | e9b486e887aa57 |
UHC | ?自W | 00111111111011011011101101010111 | 3fedbb57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)