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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 淞贖\ | 1001111111000010111001101101110001011100 | 9fc2e6dc5c |
EUC-JP | 淞贖\ | 1101111011000100111011001101111001011100 | dec4ecde5c |
UTF-8 | 淞贖\ | 11100110101101111001111011101000101101001001011001011100 | e6b79ee8b4965c |
UHC | 淞贖\ | 1110000111100111111000011101101101011100 | e1e7e1db5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)