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 | セュ凜爵蕉 | 1011111010101101111010101010001110001110110111011000111111010100 | beadeaa38edd8fd4 |
| EUC-JP | セュ凜爵蕉 | 10001110101111101000111010101101111101001010010110111100110111111011111011010110 | 8ebe8eadf4a5bcdfbed6 |
| UTF-8 | セュ凜爵蕉 | 111011111011110110111110111011111011110110101101111001011000011110011100111001111000100010110101111010001001010110001001 | efbdbeefbdade5879ce788b5e89589 |
| UHC | ??凜爵蕉 | 0011111100111111110101111100111111101101110010011111010110101111 | 3f3fd7cfedc9f5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)