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 | 001111110011111100111111001111110011111101000011 | 3f3f3f3f3f43 |
| SJIS-WIN | ?????C | 001111110011111100111111001111110011111101000011 | 3f3f3f3f3f43 |
| EUC-JP | ?????C | 001111110011111100111111001111110011111101000011 | 3f3f3f3f3f43 |
| UTF-8 | 횒횤철횓체C | 11101101100110101001001011101101100110101010010011101100101100101010000011101101100110101001001111101100101100101011010001000011 | ed9a92ed9aa4ecb2a0ed9a93ecb2b443 |
| UHC | 횒횤철횓체C | 1100001110001101110000111001101111000011101101101100001110001110110000111011110001000011 | c38dc39bc3b6c38ec3bc43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)