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 | 澵ト鑅ケ昇 | 1111101101001100110001001111101111100110101110011000111110111000 | fb4cc4fbe6b98fb8 |
| EUC-JP | 澵ト鑅ケ昇 | 100011111100100011111000100011101100010010001111111001011110101010001110101110011011111010111010 | 8fc8f88ec48fe5ea8eb9beba |
| UTF-8 | 澵ト鑅ケ昇 | 111001101011111010110101111011111011111010000100111010011001000110000101111011111011110110111001111001101001100010000111 | e6beb5efbe84e99185efbdb9e69887 |
| UHC | ????昇 | 001111110011111100111111001111111110001110110000 | 3f3f3f3fe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)