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 | ?液?施 | 001111111000100101110100001111111000111001111011 | 3f89743f8e7b |
EUC-JP | ?液?施 | 001111111011000111010101001111111011101111011100 | 3fb1d53fbbdc |
UTF-8 | 뤝液㉩施 | 111010111010010010011101111001101011011010110010111000111000100110101001111001101001011010111101 | eba49de6b6b2e389a9e696bd |
UHC | 뤝液㉩施 | 1000111111001100111001001111101110101000101110101110001110111111 | 8fcce4fba8bae3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)