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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?鍔^ | 00111111100100101101010101011110 | 3f92d55e |
EUC-JP | ?鍔^ | 00111111110001001101011101011110 | 3fc4d75e |
UTF-8 | 룶鍔^ | 11101011101000111011011011101001100011011001010001011110 | eba3b6e98d945e |
UHC | 룶鍔^ | 1000111110101011111001001100100001011110 | 8fabe4c85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)