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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
| SJIS-WIN | 熾睥[熾睥[^ | 1110000010010101111000011100110001011011111000001001010111100001110011000101101101011110 | e095e1cc5be095e1cc5b5e |
| EUC-JP | 熾睥[熾睥[^ | 1101111111110101111000101100111001011011110111111111010111100010110011100101101101011110 | dff5e2ce5bdff5e2ce5b5e |
| UTF-8 | 熾睥[熾睥[^ | 111001111000011010111110111001111001110110100101010110111110011110000110101111101110011110011101101001010101101101011110 | e786bee79da55be786bee79da55b5e |
| UHC | 熾?[熾?[^ | 111101101011111100111111010110111111011010111111001111110101101101011110 | f6bf3f5bf6bf3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)