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 | 陝惜 | 11101000100111111001000011001001 | e89f90c9 |
EUC-JP | 陝惜 | 11110000101000011100000011001011 | f0a1c0cb |
UTF-8 | 陝惜 | 111010011001100110011101111001101000001110011100 | e9999de6839c |
UHC | 陝惜 | 11100000111011011110000010101101 | e0ede0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)