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 | 螟懍「喜ェ | 1110010110100100100111001110110010100010100010101110110010101010 | e5a49ceca28aecaa |
| EUC-JP | 螟懍「喜ェ | 11101010101001101101100011101110100011101010001010110100111011101000111010101010 | eaa6d8ee8ea2b4ee8eaa |
| UTF-8 | 螟懍「喜ェ | 111010001001111010011111111001101000011110001101111011111011110110100010111001011001011010011100111011111011110110101010 | e89e9fe6878defbda2e5969cefbdaa |
| UHC | 螟??喜? | 11011001101011010011111100111111111111011110110000111111 | d9ad3f3ffdec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)