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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 邯酉会スウ陟 | 11100111101101101001001111010001100010011110111110111101101100111110100010100000 | e7b693d189efbdb3e8a0 |
| EUC-JP | 邯酉会スウ陟 | 111011101011100011000110110100111011001011110001100011101011110110001110101100111111000010100010 | eeb8c6d3b2f18ebd8eb3f0a2 |
| UTF-8 | 邯酉会スウ陟 | 111010011000001010101111111010011000010110001001111001001011110010011010111011111011110110111101111011111011110110110011111010011001100110011111 | e982afe98589e4bc9aefbdbdefbdb3e9999f |
| UHC | 邯酉???陟 | 110010101111101111101011101101110011111100111111001111111111010010110011 | cafbebb73f3f3ff4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)