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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 천짭횒횊횖체 | 111011001011001010011100111011001010011110101101111011011001101010010010111011011001101010001010111011011001101010010110111011001011001010110100 | ecb29ceca7aded9a92ed9a8aed9a96ecb2b4 |
| UHC | 천짭횒횊횖체 | 110000111011010111000010101011001100001110001101110000111000100011000011100100001100001110111100 | c3b5c2acc38dc388c390c3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)