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 | 彧失鍾ケメ鰄 | 11111010101110011000111010111000100011111101111110111001110100101110100111011000 | fab98eb88fdfb9d2e9d8 |
| EUC-JP | 彧失鍾ケメ鰄 | 10001111101111001111111010111100101110101011111011100001100011101011100110001110110100101111001011011010 | 8fbcfebcbabee18eb98ed2f2da |
| UTF-8 | 彧失鍾ケメ鰄 | 111001011011110110100111111001011010010010110001111010011000110110111110111011111011110110111001111011111011111010010010111010011011000010000100 | e5bda7e5a4b1e98dbeefbdb9efbe92e9b084 |
| UHC | 彧失鍾??? | 111010011110111011100011111101111111000110100011001111110011111100111111 | e9eee3f7f1a33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)