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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 淼イ隕」B | 11111011010001011011001011101000101001101010001101000010 | fb45b2e8a6a342 |
| EUC-JP | 淼イ隕」B | 10001111110001111110011010001110101100101111000010101000100011101010001101000010 | 8fc7e68eb2f0a88ea342 |
| UTF-8 | 淼イ隕」B | 11100110101101111011110011101111101111011011001011101001100110101001010111101111101111011010001101000010 | e6b7bcefbdb2e99a95efbda342 |
| UHC | ??隕?B | 001111110011111111101010101000100011111101000010 | 3f3feaa23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)