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 | 羣省 | 11100011101110001000111111001000 | e3b88fc8 |
EUC-JP | 羣省 | 11100110101110101011111011001010 | e6babeca |
UTF-8 | 羣省 | 111001111011111010100011111001111001110010000001 | e7bea3e79c81 |
UHC | ?省 | 001111111110000011111101 | 3fe0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)