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 | DZF | 10010010010001000101101001000110 | 92445a46 |
SJIS-WIN | ?DZF | 00111111010001000101101001000110 | 3f445a46 |
EUC-JP | ?DZF | 00111111010001000101101001000110 | 3f445a46 |
UTF-8 | DZF | 1100001010010010010001000101101001000110 | c292445a46 |
UHC | ?DZF | 00111111010001000101101001000110 | 3f445a46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)