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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?猥??奸 | 00111111111000001100111000111111001111111001101101000000 | 3fe0ce3f3f9b40 |
EUC-JP | ?猥??奸 | 00111111111000001101000000111111001111111101010110100001 | 3fe0d03f3fd5a1 |
UTF-8 | 뤚猥뇜노奸 | 111010111010010010011010111001111000110010100101111010111000011110011100111010111000010110111000111001011010010110111000 | eba49ae78ca5eb879ceb85b8e5a5b8 |
UHC | 뤚猥뇜노奸 | 10001111110010011110100011100101101100111111110110110011111010111100101011001100 | 8fc9e8e5b3fdb3ebcacc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)