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 | CFB | 10010010010000110100011001000010 | 92434642 |
SJIS-WIN | ?CFB | 00111111010000110100011001000010 | 3f434642 |
EUC-JP | ?CFB | 00111111010000110100011001000010 | 3f434642 |
UTF-8 | CFB | 1100001010010010010000110100011001000010 | c292434642 |
UHC | ?CFB | 00111111010000110100011001000010 | 3f434642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)