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 | ?猥??? | 001111111110000011001110001111110011111100111111 | 3fe0ce3f3f3f |
EUC-JP | ?猥??? | 001111111110000011010000001111110011111100111111 | 3fe0d03f3f3f |
UTF-8 | 뤚猥뇜노毗 | 111010111010010010011010111001111000110010100101111010111000011110011100111010111000010110111000111001101010111110010111 | eba49ae78ca5eb879ceb85b8e6af97 |
UHC | 뤚猥뇜노毗 | 10001111110010011110100011100101101100111111110110110011111010111101110111110001 | 8fc9e8e5b3fdb3ebddf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)