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 | kikiB | 10001001011010110110100110001001011010110110100101000010 | 896b69896b6942 |
SJIS-WIN | ?ki?kiB | 00111111011010110110100100111111011010110110100101000010 | 3f6b693f6b6942 |
EUC-JP | ?ki?kiB | 00111111011010110110100100111111011010110110100101000010 | 3f6b693f6b6942 |
UTF-8 | kikiB | 110000101000100101101011011010011100001010001001011010110110100101000010 | c2896b69c2896b6942 |
UHC | ?ki?kiB | 00111111011010110110100100111111011010110110100101000010 | 3f6b693f6b6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)