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 | 顏懆協 | 111010001111100010011100111010001000101110100110 | e8f89ce88ba6 |
| EUC-JP | 顏懆協 | 111100001111101011011000111010101011011010101000 | f0fad8eab6a8 |
| UTF-8 | 顏懆協 | 111010011010000110001111111001101000011110000110111001011000110110010100 | e9a18fe68786e58d94 |
| UHC | ??協 | 00111111001111111111101011110000 | 3f3ffaf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)