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 | 胛給悪褝醐Е | 111000111110111010001011100010111000100010101011111001011111101010001100111011011000010001000101 | e3ee8b8b88abe5fa8ced8445 |
| EUC-JP | 胛給悪褝醐Е | 111001101111000010110101111010111011000010101101111010101111110010111000111011111010011110100110 | e6f0b5ebb0adeafcb8efa7a6 |
| UTF-8 | 胛給悪褝醐Е | 1110100010000011100110111110011110110101101001101110011010000010101010101110100010100100100111011110100110000110100100001101000010010101 | e8839be7b5a6e682aae8a49de98690d095 |
| UHC | 胛給???Е | 110010111010010011010000111001010011111100111111001111111010110010100110 | cba4d0e53f3f3faca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)