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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 耶綬身 | 100101101110101110001110111110001001000001100111 | 96eb8ef89067 |
EUC-JP | 耶綬身 | 110011001110110110111100111110101011111111001000 | ccedbcfabfc8 |
UTF-8 | 耶綬身 | 111010001000000010110110111001111011011010101100111010001011101010101011 | e880b6e7b6ace8baab |
UHC | 耶綬身 | 111001011010110111100010101110001110001111110011 | e5ade2b8e3f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)