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 | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
| SJIS-WIN | 閾セ繧巾ィA | 111010001000011110111110111000111000001010001011110100001010100001000001 | e887bee3828bd0a841 |
| EUC-JP | 閾セ繧巾ィA | 1110111111100111100011101011111011100101111000101011011011010010100011101010100001000001 | efe78ebee5e2b6d28ea841 |
| UTF-8 | 閾セ繧巾ィA | 11101001100101101011111011101111101111011011111011100111101110011010011111100101101101111011111011101111101111011010100001000001 | e996beefbdbee7b9a7e5b7beefbda841 |
| UHC | ???巾?A | 00111111001111110011111111001011111011100011111101000001 | 3f3f3fcbee3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)