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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 髣費スェ^ | 11101001100101111001010011101111101111011010101001011110 | e99794efbdaa5e |
| EUC-JP | 髣費スェ^ | 111100011111011111001000111100011000111010111101100011101010101001011110 | f1f7c8f18ebd8eaa5e |
| UTF-8 | 髣費スェ^ | 11101001101010111010001111101000101100101011101111101111101111011011110111101111101111011010101001011110 | e9aba3e8b2bbefbdbdefbdaa5e |
| UHC | ?費??^ | 001111111101111010101000001111110011111101011110 | 3fdea83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)