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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | セュ凜爵蕉モ | 101111101010110111101010101000111000111011011101100011111101010011010011 | beadeaa38edd8fd4d3 |
| EUC-JP | セュ凜爵蕉モ | 100011101011111010001110101011011111010010100101101111001101111110111110110101101000111011010011 | 8ebe8eadf4a5bcdfbed68ed3 |
| UTF-8 | セュ凜爵蕉モ | 111011111011110110111110111011111011110110101101111001011000011110011100111001111000100010110101111010001001010110001001111011111011111010010011 | efbdbeefbdade5879ce788b5e89589efbe93 |
| UHC | ??凜爵蕉? | 001111110011111111010111110011111110110111001001111101011010111100111111 | 3f3fd7cfedc9f5af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)