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 | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-WIN | 蛄i蛄iB | 11100101011101010110100111100101011101010110100101000010 | e57569e5756942 |
EUC-JP | 蛄i蛄iB | 11101001110101100110100111101001110101100110100101000010 | e9d669e9d66942 |
UTF-8 | 蛄i蛄iB | 111010001001101110000100011010011110100010011011100001000110100101000010 | e89b8469e89b846942 |
UHC | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)