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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 霰蒟蒹 | 111010001100010111100100111001011110010011100011 | e8c5e4e5e4e3 |
| EUC-JP | 霰蒟蒹 | 111100001100011111101000111001111110100011100101 | f0c7e8e7e8e5 |
| UTF-8 | 霰蒟蒹 | 111010011001110010110000111010001001001010011111111010001001001010111001 | e99cb0e8929fe892b9 |
| UHC | 霰?? | 11011111101011000011111100111111 | dfac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)