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 | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | 琉삭뿥i琉삭뿥iB | 111011111010011110001100111011001000001010101101111010111011111110100101011010011110111110100111100011001110110010000010101011011110101110111111101001010110100101000010 | efa78cec82adebbfa569efa78cec82adebbfa56942 |
UHC | 琉삭뿥i琉삭뿥iB | 111010111010010010111011111010001001011110100101011010011110101110100100101110111110100010010111101001010110100101000010 | eba4bbe897a569eba4bbe897a56942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)