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 | 1101001111000000111101101100111001010111 | d3c0f6ce57 |
SJIS-WIN | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
EUC-JP | ÓÀöÎW | 10001111101010101101000110001111101010101010001010001111101010111101001110001111101010101100001001010111 | 8faad18faaa28fabd38faac257 |
UTF-8 | ÓÀöÎW | 110000111001001111000011100000001100001110110110110000111000111001010111 | c393c380c3b6c38e57 |
UHC | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)