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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ティツ堕撮 | 11000011101010001100001010010001110000101000111001000010 | c3a8c291c28e42 |
| EUC-JP | ティツ堕撮 | 10001110110000111000111010101000100011101100001011000010110001001011101110100011 | 8ec38ea88ec2c2c4bba3 |
| UTF-8 | ティツ堕撮 | 111011111011111010000011111011111011110110101000111011111011111010000010111001011010000010010101111001101001001010101110 | efbe83efbda8efbe82e5a095e692ae |
| UHC | ????撮 | 001111110011111100111111001111111111010111001001 | 3f3f3f3ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)