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 | ???O^ | 0011111100111111001111110100111101011110 | 3f3f3f4f5e |
| SJIS-WIN | 劾??O^ | 100010100100111000111111001111110100111101011110 | 8a4e3f3f4f5e |
| EUC-JP | 劾??O^ | 101100111010111100111111001111110100111101011110 | b3af3f3f4f5e |
| UTF-8 | 劾숈쮷O^ | 1110010110001010101111101110110010001000100010001110110010101110101101110100111101011110 | e58abeec8888ecaeb74f5e |
| UHC | 劾숈쮷O^ | 1111101010110110100110011110110010101000100101000100111101011110 | fab699eca8944f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)