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 | ?????g@h | 0011111100111111001111110011111100111111011001110100000001101000 | 3f3f3f3f3f674068 |
SJIS-WIN | ?徹??拒g@h | 00111111100100110100111100111111001111111000101110010001011001110100000001101000 | 3f934f3f3f8b91674068 |
EUC-JP | ?徹??拒g@h | 00111111110001011011000000111111001111111011010111110001011001110100000001101000 | 3fc5b03f3fb5f1674068 |
UTF-8 | 뤋徹쵍샅拒g@h | 111010111010010010001011111001011011111010111001111011001011010110001101111011001000001110000101111001101000101110010010011001110100000001101000 | eba48be5beb9ecb58dec8385e68b92674068 |
UHC | 뤋徹쵍샅拒g@h | 10001111101110111111010011001011101011001000111110111011111101001100101111011110011001110100000001101000 | 8fbbf4cbac8fbbf4cbde674068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)