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 | ? | 00111111 | 3f |
SJIS-WIN | 泗 | 1001111110011001 | 9f99 |
EUC-JP | 泗 | 1101110111111001 | ddf9 |
UTF-8 | 泗 | 111001101011001110010111 | e6b397 |
UHC | 泗 | 1101111011011111 | dedf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)