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 | 淞 | 1001111111000010 | 9fc2 |
EUC-JP | 淞 | 1101111011000100 | dec4 |
UTF-8 | 淞 | 111001101011011110011110 | e6b79e |
UHC | 淞 | 1110000111100111 | e1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)