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 | 111011011011100011011110111101110101111001000110 | edb8def75e46 |
SJIS-WIN | ???÷^F | 00111111001111110011111110000001100000000101111001000110 | 3f3f3f81805e46 |
EUC-JP | í¸Þ÷^F | 10001111101010111011111110001111101000101011000110001111101010011011000010100001111000000101111001000110 | 8fabbf8fa2b18fa9b0a1e05e46 |
UTF-8 | í¸Þ÷^F | 11000011101011011100001010111000110000111001111011000011101101110101111001000110 | c3adc2b8c39ec3b75e46 |
UHC | ?¸Þ÷^F | 001111111010001010101100101010001010110110100001110000000101111001000110 | 3fa2aca8ada1c05e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)