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 | 荻籠 | 10001001101011001110001011000100 | 89ace2c4 |
| EUC-JP | 荻籠 | 10110010101011101110010011000110 | b2aee4c6 |
| UTF-8 | 荻籠 | 111010001000110110111011111001111011000110100000 | e88dbbe7b1a0 |
| UHC | 荻籠 | 11101110111000101101011011101011 | eee2d6eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)