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 | ?~? | 001111110111111000111111 | 3f7e3f |
SJIS-WIN | 脱~増 | 1001001001000101011111101001000110011101 | 92457e919d |
EUC-JP | 脱~増 | 1100001110100110011111101100000111111101 | c3a67ec1fd |
UTF-8 | 脱~増 | 11101000100001001011000101111110111001011010001010010111 | e884b17ee5a297 |
UHC | ?~? | 001111110111111000111111 | 3f7e3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)