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 | 跫育漉踴⑧ | 11100110111011011000100011100111100011011001011111100110111110111000011101000111 | e6ed88e78d97e6fb8747 |
| EUC-JP | 跫育漉踴? | 111011001110111110110000111010011011100111110111111011001111110100111111 | ecefb0e9b9f7ecfd3f |
| UTF-8 | 跫育漉踴⑧ | 111010001011011110101011111010001000001010110010111001101011110010001001111010001011100010110100111000101001000110100111 | e8b7abe882b2e6bc89e8b8b4e291a7 |
| UHC | ?育??⑧ | 00111111111010111100000000111111001111111010100011101110 | 3febc03f3fa8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)