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 | 箙常 | 11100010101101111000111111101101 | e2b78fed |
| EUC-JP | 箙常 | 11100100101110011011111011101111 | e4b9beef |
| UTF-8 | 箙常 | 111001111010111010011001111001011011100010111000 | e7ae99e5b8b8 |
| UHC | ?常 | 001111111101111111001000 | 3fdfc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)