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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?液?? | 0011111110001001011101000011111100111111 | 3f89743f3f |
EUC-JP | ?液?? | 0011111110110001110101010011111100111111 | 3fb1d53f3f |
UTF-8 | 뤝液㉩뤵 | 111010111010010010011101111001101011011010110010111000111000100110101001111010111010010010110101 | eba49de6b6b2e389a9eba4b5 |
UHC | 뤝液㉩뤵 | 1000111111001100111001001111101110101000101110101000111111100011 | 8fcce4fba8ba8fe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)