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 | ?霙^ | 00111111111010001100001001011110 | 3fe8c25e |
| EUC-JP | ?霙^ | 00111111111100001100010001011110 | 3ff0c45e |
| UTF-8 | 뤵霙^ | 11101011101001001011010111101001100111001001100101011110 | eba4b5e99c995e |
| UHC | 뤵霙^ | 1000111111100011111001111100111001011110 | 8fe3e7ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)