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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 潟?^ | 10001010100000110011111101011110 | 8a833f5e |
| EUC-JP | 潟琰^ | 101100111110001110001111110011001011010001011110 | b3e38fccb45e |
| UTF-8 | 潟琰^ | 11100110101111011001111111100111100100001011000001011110 | e6bd9fe790b05e |
| UHC | 潟琰^ | 1110000010110011111001101111110001011110 | e0b3e6fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)