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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 霄願サォ^ | 11101000101110101000101011101000101110111010101101011110 | e8ba8ae8bbab5e |
| EUC-JP | 霄願サォ^ | 111100001011110010110100111010101000111010111011100011101010101101011110 | f0bcb4ea8ebb8eab5e |
| UTF-8 | 霄願サォ^ | 11101001100111001000010011101001101000011001100011101111101111011011101111101111101111011010101101011110 | e99c84e9a198efbdbbefbdab5e |
| UHC | ?願??^ | 001111111110101011000011001111110011111101011110 | 3feac33f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)