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 | 綜耕? | 1001000110001110100011010110101100111111 | 918e8d6b3f |
EUC-JP | 綜耕? | 1100000111101110101110011100110000111111 | c1eeb9cc3f |
UTF-8 | 綜耕렜 | 111001111011011010011100111010001000000010010101111010111010000010011100 | e7b69ce88095eba09c |
UHC | 綜耕렜 | 111100001111110011001100111010011000111010101110 | f0fccce98eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)