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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 第?音蝎 | 10010001111001100011111110001001101110011110010110011001 | 91e63f89b9e599 |
| EUC-JP | 第?音蝎 | 11000010111010000011111110110010101110111110100111111001 | c2e83fb2bbe9f9 |
| UTF-8 | 第렰音蝎 | 111001111010110010101100111010111010000010110000111010011001111110110011111010001001110110001110 | e7acaceba0b0e99fb3e89d8e |
| UHC | 第렰音蝎 | 1111000010101111100011101011110111101011111001011100101011101001 | f0af8ebdebe5cae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)