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 | 匙臣 | 10001101111110101001000001100010 | 8dfa9062 |
EUC-JP | 匙臣 | 10111010111111001011111111000011 | bafcbfc3 |
UTF-8 | 匙臣 | 111001011000110010011001111010001000011110100011 | e58c99e887a3 |
UHC | 匙臣 | 11100011101101011110001111101101 | e3b5e3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)