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 | 001111111001000011101000001111110011111110010000111010000011111101000010 | 3f90e83f3f90e83f42 |
| EUC-JP | ?占??占?B | 001111111100000011101010001111110011111111000000111010100011111101000010 | 3fc0ea3f3fc0ea3f42 |
| UTF-8 | 첨占줝첨占줝B | 11101100101100101010100011100101100011011010000011101100101001001001110111101100101100101010100011100101100011011010000011101100101001001001110101000010 | ecb2a8e58da0eca49decb2a8e58da0eca49d42 |
| UHC | 첨占줝첨占줝B | 11000011101101111110111110111111101000100100110011000011101101111110111110111111101000100100110001000010 | c3b7efbfa24cc3b7efbfa24c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)