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 | DZD | 10010010010001000101101001000100 | 92445a44 |
SJIS-WIN | ?DZD | 00111111010001000101101001000100 | 3f445a44 |
EUC-JP | ?DZD | 00111111010001000101101001000100 | 3f445a44 |
UTF-8 | DZD | 1100001010010010010001000101101001000100 | c292445a44 |
UHC | ?DZD | 00111111010001000101101001000100 | 3f445a44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)