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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 薔画僑 | 111001010100101110001001111001101000101110100001 | e54b89e68ba1 |
EUC-JP | 薔画僑 | 111010011010110010110010111010001011011010100011 | e9acb2e8b6a3 |
UTF-8 | 薔画僑 | 111010001001011010010100111001111001010010111011111001011000001110010001 | e89694e794bbe58391 |
UHC | 薔?僑 | 1110110111111001001111111100111011100000 | edf93fcee0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)