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 | 節??歪ゆ⇔ | 10010000110111110011111100111111100110000110001110000010111001001000000111001100 | 90df3f3f986382e481cc |
| EUC-JP | 節??歪ゆ⇔ | 11000000111000010011111100111111110011111100010010100100111001101010001011001110 | c0e13f3fcfc4a4e6a2ce |
| UTF-8 | 節억쉭歪ゆ⇔ | 111001111010111110000000111011001001011010110101111011001000100110101101111001101010110110101010111000111000001010000110111000101000011110010100 | e7af80ec96b5ec89ade6adaae38286e28794 |
| UHC | 節억쉭歪ゆ⇔ | 111011111011110110111110111011111011110110101101111010001110000010101010111001101010001010100010 | efbdbeefbdade8e0aae6a2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)