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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | ?消??消?B | 001111111000111111000001001111110011111110001111110000010011111101000010 | 3f8fc13f3f8fc13f42 |
| EUC-JP | ?消??消?B | 001111111011111011000011001111110011111110111110110000110011111101000010 | 3fbec33f3fbec33f42 |
| UTF-8 | 뤵消촎뤵消촎B | 11101011101001001011010111100110101101101000100011101100101101001000111011101011101001001011010111100110101101101000100011101100101101001000111001000010 | eba4b5e6b688ecb48eeba4b5e6b688ecb48e42 |
| UHC | 뤵消촎뤵消촎B | 10001111111000111110000110111100101011000100110110001111111000111110000110111100101011000100110101000010 | 8fe3e1bcac4d8fe3e1bcac4d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)