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 | Ù÷£¥ò× | 110110011111011110100011101001011111001011010111 | d9f7a3a5f2d7 |
SJIS-WIN | ?÷£¥?× | 00111111100000011000000010000001100100101000000110001111001111111000000101111110 | 3f81808192818f3f817e |
EUC-JP | Ù÷£?ò× | 10001111101010101110001110100001111000001010000111110010001111111000111110101011110100101010000111011111 | 8faae3a1e0a1f23f8fabd2a1df |
UTF-8 | Ù÷£¥ò× | 110000111001100111000011101101111100001010100011110000101010010111000011101100101100001110010111 | c399c3b7c2a3c2a5c3b2c397 |
UHC | ?÷???× | 0011111110100001110000000011111100111111001111111010000110111111 | 3fa1c03f3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)