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 | 蠍ク繧溢゙ | 1110010110110110101110001110001110000010100010001110110011011110 | e5b6b8e38288ecde |
| EUC-JP | 蠍ク繧溢゙ | 11101010101110001000111010111000111001011110001010110000111011101000111011011110 | eab88eb8e5e2b0ee8ede |
| UTF-8 | 蠍ク繧溢゙ | 111010001010000010001101111011111011110110111000111001111011100110100111111001101011101010100010111011111011111010011110 | e8a08defbdb8e7b9a7e6baa2efbe9e |
| UHC | ???溢? | 001111110011111100111111111011001110111000111111 | 3f3f3fecee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)