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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 自コ | 11110010101010111000111010101001111100011110011010111010 | f2ab8ea9f1e6ba |
| EUC-JP | ?自?コ | 001111111011110010101011001111111000111010111010 | 3fbcab3f8eba |
| UTF-8 | 自コ | 111011101000011110100010111010001000011110101010111011101000010110100001111011111011110110111010 | ee87a2e887aaee85a1efbdba |
| UHC | ?自?? | 0011111111101101101110110011111100111111 | 3fedbb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)