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 | 1111101010110110100101101110101111100110101001011010010001000010 | fab696ebe6a5a442 |
EUC-JP | 巐耶讌、B | 10001111101110111111100111001100111011011110110010100111100011101010010001000010 | 8fbbf9ccedeca78ea442 |
UTF-8 | 巐耶讌、B | 11100101101101111001000011101000100000001011011011101000101011101000110011101111101111011010010001000010 | e5b790e880b6e8ae8cefbda442 |
UHC | ?耶??B | 001111111110010110101101001111110011111101000010 | 3fe5ad3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)