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 | 蟶ス轢城・ | 1110010110111000101111011110011110000000100011111110100110100101 | e5b8bde7808fe9a5 |
| EUC-JP | 蟶ス轢城・ | 11101010101110101000111010111101111011011110000010111110111010111000111010100101 | eaba8ebdede0beeb8ea5 |
| UTF-8 | 蟶ス轢城・ | 111010001001111110110110111011111011110110111101111010001011110110100010111001011001111110001110111011111011110110100101 | e89fb6efbdbde8bda2e59f8eefbda5 |
| UHC | ??轢城? | 00111111001111111101010111111001111000001111001000111111 | 3f3fd5f9e0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)