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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 顆橄峠ミ祟 | 111010001111011110011110111010111001001110111011110100001110001001001101 | e8f79eeb93bbd0e24d |
| EUC-JP | 顆橄峠ミ祟 | 11110000111110011101110011101101110001101011110110001110110100001110001110101110 | f0f9dcedc6bd8ed0e3ae |
| UTF-8 | 顆橄峠ミ祟 | 111010011010000110000110111001101010100110000100111001011011001110100000111011111011111010010000111001111010010110011111 | e9a186e6a984e5b3a0efbe90e7a59f |
| UHC | 顆橄峠?? | 1100111010101000110010101111010011011111110001110011111100111111 | cea8caf4dfc73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)