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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 駝鰲^ | 1110100101101011111010011110000001011110 | e96be9e05e |
| EUC-JP | 駝鰲^ | 1111000111001100111100101110001001011110 | f1ccf2e25e |
| UTF-8 | 駝鰲^ | 11101001101001111001110111101001101100001011001001011110 | e9a79de9b0b25e |
| UHC | 駝鰲^ | 1111011011101111111010001010011101011110 | f6efe8a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)