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 | 癌????ⅱ | 1000101011100000001111110011111100111111001111111111101001000001 | 8ae03f3f3f3ffa41 |
| EUC-JP | 癌????? | 10110100111000100011111100111111001111110011111100111111 | b4e23f3f3f3f3f |
| UTF-8 | 癌껋슜栒뗦ⅱ | 111001111001100110001100111010101011101110001011111011001000101010011100111001101010000010010010111010111001011110100110111000101000010110110001 | e7998ceabb8bec8a9ce6a092eb97a6e285b1 |
| UHC | 癌껋슜栒뗦ⅱ | 111001001101111110000011111011001001101010101001111000101110001110001011111001101010010110100010 | e4df83ec9aa9e2e38be6a5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)