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 | ??c^ | 00111111001111110110001101011110 | 3f3f635e |
SJIS-WIN | ⅱ七c^ | 111110100100000110001110101101010110001101011110 | fa418eb5635e |
EUC-JP | ?七c^ | 0011111110111100101101110110001101011110 | 3fbcb7635e |
UTF-8 | ⅱ七c^ | 1110001010000101101100011110010010111000100000110110001101011110 | e285b1e4b883635e |
UHC | ⅱ七c^ | 101001011010001011110110110100100110001101011110 | a5a2f6d2635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)