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 | ?????C^ | 00111111001111110011111100111111001111110100001101011110 | 3f3f3f3f3f435e |
| SJIS-WIN | ?????C^ | 00111111001111110011111100111111001111110100001101011110 | 3f3f3f3f3f435e |
| EUC-JP | ?????C^ | 00111111001111110011111100111111001111110100001101011110 | 3f3f3f3f3f435e |
| UTF-8 | 첨짭천쩍체C^ | 1110110010110010101010001110110010100111101011011110110010110010100111001110110010101001100011011110110010110010101101000100001101011110 | ecb2a8eca7adecb29ceca98decb2b4435e |
| UHC | 첨짭천쩍체C^ | 110000111011011111000010101011001100001110110101110000101011110111000011101111000100001101011110 | c3b7c2acc3b5c2bdc3bc435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)