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 | 鐘 | 10001111111000001111001101011110 | 8fe0f35e |
EUC-JP | 鐘? | 101111101110001000111111 | bee23f |
UTF-8 | 鐘 | 111010011001000010011000111011101000100110010010 | e99098ee8992 |
UHC | 鐘? | 111100011010010000111111 | f1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)