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 | 襍カ莉狗ァ、 | 111010001011010110110110111001001011101110001011111001111010011110100100 | e8b5b6e4bb8be7a7a4 |
| EUC-JP | 襍カ莉狗ァ、 | 111100001011011110001110101101101110100010111101101101101110100110001110101001111000111010100100 | f0b78eb6e8bdb6e98ea78ea4 |
| UTF-8 | 襍カ莉狗ァ、 | 111010001010010110001101111011111011110110110110111010001000111010001001111001111000101110010111111011111011110110100111111011111011110110100100 | e8a58defbdb6e88e89e78b97efbda7efbda4 |
| UHC | ??莉狗?? | 0011111100111111110101111110100111001111101101110011111100111111 | 3f3fd7e9cfb73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)