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 | 獵珸獵珸^ | 111000001101100011100000111001111110000011011000111000001110011101011110 | e0d8e0e7e0d8e0e75e |
| EUC-JP | 獵珸獵珸^ | 111000001101101011100000111010011110000011011010111000001110100101011110 | e0dae0e9e0dae0e95e |
| UTF-8 | 獵珸獵珸^ | 11100111100011011011010111100111100011111011100011100111100011011011010111100111100011111011100001011110 | e78db5e78fb8e78db5e78fb85e |
| UHC | 獵?獵?^ | 11010110101101000011111111010110101101000011111101011110 | d6b43fd6b43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)