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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 聰璋姙^ | 11100011111000001110000011110110100110110100101101011110 | e3e0e0f69b4b5e |
| EUC-JP | 聰璋姙^ | 11100110111000101110000011111000110101011010110001011110 | e6e2e0f8d5ac5e |
| UTF-8 | 聰璋姙^ | 11101000100000011011000011100111100100101000101111100101101001111001100101011110 | e881b0e7928be5a7995e |
| UHC | 聰璋姙^ | 11110101110001101110110111110000111011001111010101011110 | f5c6edf0ecf55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)