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 | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 脱則即B | 10010010010001011001000110100101100100011010011001000010 | 924591a591a642 |
| EUC-JP | 脱則即B | 11000011101001101100001010100111110000101010100001000010 | c3a6c2a7c2a842 |
| UTF-8 | 脱則即B | 11101000100001001011000111100101100010011000011111100101100011011011001101000010 | e884b1e58987e58db342 |
| UHC | ?則?B | 0011111111110110110011100011111101000010 | 3ff6ce3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)