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 | 簔 | 11100010110000011111011011001110 | e2c1f6ce |
EUC-JP | 簔? | 111001001100001100111111 | e4c33f |
UTF-8 | 簔 | 111001111011000010010100111011101001001110110101 | e7b094ee93b5 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)