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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阨井サカ諢 | 1110100010010101100010001110010010111011101101101110011010000100 | e89588e4bbb6e684 |
EUC-JP | 阨井サカ諢 | 11101111111101011011000011100110100011101011101110001110101101101110101111100100 | eff5b0e68ebb8eb6ebe4 |
UTF-8 | 阨井サカ諢 | 111010011001100010101000111001001011101010010101111011111011110110111011111011111011110110110110111010001010101110100010 | e998a8e4ba95efbdbbefbdb6e8aba2 |
UHC | ?井??? | 001111111110111111001100001111110011111100111111 | 3fefcc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)