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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 螢堵 | 11100101101000111001001101100111 | e5a39367 |
| EUC-JP | 螢堵 | 11101010101001011100010111001000 | eaa5c5c8 |
| UTF-8 | 螢堵 | 111010001001111010100010111001011010000010110101 | e89ea2e5a0b5 |
| UHC | 螢堵 | 11111011101010111101001111110010 | fbabd3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)