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 | ??雄 | 00111111001111111001011101011001 | 3f3f9759 |
| EUC-JP | 焌?雄 | 100011111100100111101000001111111100110110111010 | 8fc9e83fcdba |
| UTF-8 | 焌렧雄 | 111001111000010010001100111010111010000010100111111010011001101110000100 | e7848ceba0a7e99b84 |
| UHC | 焌렧雄 | 111100011110000010001110101101101110101010101001 | f1e08eb6eaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)