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 | 鼠? | 100100010110110000111111 | 916c3f |
EUC-JP | 鼠宬 | 1100000111001101100011111011101011010011 | c1cd8fbad3 |
UTF-8 | 鼠宬 | 111010011011110010100000111001011010111010101100 | e9bca0e5aeac |
UHC | 鼠宬 | 11100000101010011110000011110100 | e0a9e0f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)