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 | 綜耿? | 1001000110001110111000111101010000111111 | 918ee3d43f |
EUC-JP | 綜耿? | 1100000111101110111001101101011000111111 | c1eee6d63f |
UTF-8 | 綜耿렚 | 111001111011011010011100111010001000000010111111111010111010000010011010 | e7b69ce880bfeba09a |
UHC | 綜耿렚 | 111100001111110011001100111010101000111010101101 | f0fcccea8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)