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 | DJ | 100100100100010001001010 | 92444a |
SJIS-WIN | ?DJ | 001111110100010001001010 | 3f444a |
EUC-JP | ?DJ | 001111110100010001001010 | 3f444a |
UTF-8 | DJ | 11000010100100100100010001001010 | c292444a |
UHC | ?DJ | 001111110100010001001010 | 3f444a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)