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 | CXBF | 1001001001000011010110000100001001000110 | 9243584246 |
SJIS-WIN | ?CXBF | 0011111101000011010110000100001001000110 | 3f43584246 |
EUC-JP | ?CXBF | 0011111101000011010110000100001001000110 | 3f43584246 |
UTF-8 | CXBF | 110000101001001001000011010110000100001001000110 | c29243584246 |
UHC | ?CXBF | 0011111101000011010110000100001001000110 | 3f43584246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)