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 | 뤝液㉠껨 | 111010111010010010011101111001101011011010110010111000111000100110100000111010101011101110101000 | eba49de6b6b2e389a0eabba8 |
UHC | 뤝液㉠껨 | 1000111111001100111001001111101110101000101100011011001010110101 | 8fcce4fba8b1b2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)