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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鞜ス蜷ク | 111010001101111110111101111001011001000010111000 | e8dfbde590b8 |
| EUC-JP | 鞜ス蜷ク | 1111000011100001100011101011110111101001111100001000111010111000 | f0e18ebde9f08eb8 |
| UTF-8 | 鞜ス蜷ク | 111010011001111010011100111011111011110110111101111010001001110010110111111011111011110110111000 | e99e9cefbdbde89cb7efbdb8 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)