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 | 竇 | 1110001010000101 | e285 |
EUC-JP | 竇 | 1110001111100101 | e3e5 |
UTF-8 | 竇 | 111001111010101110000111 | e7ab87 |
UHC | 竇 | 1101010011100100 | d4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)