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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ?常洲 | 0011111110001111111011011000111101000110 | 3f8fed8f46 |
| EUC-JP | 晛常洲 | 10001111110000101011101110111110111011111011110110100111 | 8fc2bbbeefbda7 |
| UTF-8 | 晛常洲 | 111001101001100110011011111001011011100010111000111001101011010010110010 | e6999be5b8b8e6b4b2 |
| UHC | 晛常洲 | 111110101101100111011111110010001111000110111101 | fad9dfc8f1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)