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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 悛?B | 10011100101000000011111101000010 | 9ca03f42 |
EUC-JP | 悛?B | 11011000101000100011111101000010 | d8a23f42 |
UTF-8 | 悛묶B | 11100110100000101001101111101011101011001011011001000010 | e6829bebacb642 |
UHC | 悛묶B | 1110111011111001101110011010110101000010 | eef9b9ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)