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 | 艪癢痺 | 111001001000001011100001100110001110000110000011 | e482e198e183 |
| EUC-JP | 艪癢痺 | 111001111110001011100001111110001110000111100011 | e7e2e1f8e1e3 |
| UTF-8 | 艪癢痺 | 111010001000100110101010111001111001100110100010111001111001011110111010 | e889aae799a2e797ba |
| UHC | ??痺 | 00111111001111111101110111110110 | 3f3fddf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)