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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??逆?^ | 001111110011111110001011011101000011111101011110 | 3f3f8b743f5e |
EUC-JP | ??逆?^ | 001111110011111110110101110101010011111101011110 | 3f3fb5d53f5e |
UTF-8 | 것뇹逆듸^ | 11101010101100101000001111101011100001111011100111101001100000001000011011101011100100111011100001011110 | eab283eb87b9e98086eb93b85e |
UHC | 것뇹逆듸^ | 101100001100110110110100101001101110011010111101101101011110111101011110 | b0cdb4a6e6bdb5ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)