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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鈺с | 11111011110001001000010010000011 | fbc48483 |
EUC-JP | 鈺с | 1000111111100011110101011010011111100011 | 8fe3d5a7e3 |
UTF-8 | 鈺с | 1110100110001000101110101101000110000001 | e988bad181 |
UHC | 鈺с | 11101000101011011010110011100011 | e8adace3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)