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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 余??^ | 1001011101011101001111110011111101011110 | 975d3f3f5e |
| EUC-JP | 余??^ | 1100110110111110001111110011111101011110 | cdbe3f3f5e |
| UTF-8 | 余뽱뇾^ | 11100100101111011001100111101011101111011011000111101011100001111011111001011110 | e4bd99ebbdb1eb87be5e |
| UHC | 余뽱뇾^ | 11100101111110011001011011101101100001111001111101011110 | e5f996ed879f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)