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 | lBF | 10011111011011000100001001000110 | 9f6c4246 |
SJIS-WIN | ?lBF | 00111111011011000100001001000110 | 3f6c4246 |
EUC-JP | ?lBF | 00111111011011000100001001000110 | 3f6c4246 |
UTF-8 | lBF | 1100001010011111011011000100001001000110 | c29f6c4246 |
UHC | ?lBF | 00111111011011000100001001000110 | 3f6c4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)