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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 驟悟ョ、B | 11101001100001011000110011100101101011101010010001000010 | e9858ce5aea442 |
EUC-JP | 驟悟ョ、B | 111100011110010110111000111001111000111010101110100011101010010001000010 | f1e5b8e78eae8ea442 |
UTF-8 | 驟悟ョ、B | 11101001101010011001111111100110100000101001111111101111101111011010111011101111101111011010010001000010 | e9a99fe6829fefbdaeefbda442 |
UHC | 驟悟??B | 11110110101011101110011111110110001111110011111101000010 | f6aee7f63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)