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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 丞陞 | 10001111111001011110100010011110 | 8fe5e89e |
EUC-JP | 丞陞 | 10111110111001111110111111111110 | bee7effe |
UTF-8 | 丞陞 | 111001001011100010011110111010011001100110011110 | e4b89ee9999e |
UHC | 丞陞 | 11100011101010101110001110110011 | e3aae3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)