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 | 陝犠 | 11101000100111111000101101011101 | e89f8b5d |
EUC-JP | 陝犠 | 11110000101000011011010110111110 | f0a1b5be |
UTF-8 | 陝犠 | 111010011001100110011101111001111000101010100000 | e9999de78aa0 |
UHC | 陝? | 111000001110110100111111 | e0ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)