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 | 鬲咲」ッ笳 | 1110100110101101100011011110011110100011101011111110001010010111 | e9ad8de7a3afe297 |
| EUC-JP | 鬲咲」ッ笳 | 11110010101011111011101011101001100011101010001110001110101011111110001111110111 | f2afbae98ea38eafe3f7 |
| UTF-8 | 鬲咲」ッ笳 | 111010011010110010110010111001011001001010110010111011111011110110100011111011111011110110101111111001111010110010110011 | e9acb2e592b2efbda3efbdafe7acb3 |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)