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 | ?????O^ | 00111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f4f5e |
| SJIS-WIN | 髴榊鏡陜カO^ | 1110100110011100100011011110010110001011101111101110100010011101101101100100111101011110 | e99c8de58bbee89db64f5e |
| EUC-JP | 髴榊鏡陜カO^ | 111100011111110010111010111001111011011011000000111011111111110110001110101101100100111101011110 | f1fcbae7b6c0effd8eb64f5e |
| UTF-8 | 髴榊鏡陜カO^ | 1110100110101011101101001110011010100110100010101110100110001111101000011110100110011001100111001110111110111101101101100100111101011110 | e9abb4e6a68ae98fa1e9999cefbdb64f5e |
| UHC | ??鏡陜?O^ | 001111110011111111001100111100001111100111110000001111110100111101011110 | 3f3fccf0f9f03f4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)