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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | テカテ氾榲ッ^ | 110000111011011011000011100101001100001110011110110000111010111101011110 | c3b6c394c39ec3af5e |
| EUC-JP | テカテ氾榲ッ^ | 10001110110000111000111010110110100011101100001111001000110001011101110011000101100011101010111101011110 | 8ec38eb68ec3c8c5dcc58eaf5e |
| UTF-8 | テカテ氾榲ッ^ | 11101111101111101000001111101111101111011011011011101111101111101000001111100110101100001011111011100110101001101011001011101111101111011010111101011110 | efbe83efbdb6efbe83e6b0bee6a6b2efbdaf5e |
| UHC | ???氾??^ | 0011111100111111001111111101101111110000001111110011111101011110 | 3f3f3fdbf03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)