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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
| SJIS-WIN | 珈獗魎G | 11100000110110111110000011010011111010011011001001000111 | e0dbe0d3e9b247 |
| EUC-JP | 珈獗魎G | 11100000110111011110000011010101111100101011010001000111 | e0dde0d5f2b447 |
| UTF-8 | 珈獗魎G | 11100111100011111000100011100111100011011001011111101001101011011000111001000111 | e78f88e78d97e9ad8e47 |
| UHC | ?獗?G | 0011111111001111111100010011111101000111 | 3fcff13f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)