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 | ????I | 0011111100111111001111110011111101001001 | 3f3f3f3f49 |
| SJIS-WIN | 瀞?珥?I | 10010011110100100011111111100000111000000011111101001001 | 93d23fe0e03f49 |
| EUC-JP | 瀞?珥?I | 11000110110101000011111111100000111000100011111101001001 | c6d43fe0e23f49 |
| UTF-8 | 瀞렕珥렮I | 11100111100000001001111011101011101000001001010111100111100011111010010111101011101000001010111001001001 | e7809eeba095e78fa5eba0ae49 |
| UHC | 瀞렕珥렮I | 111011111110011110001110101010101110110010110100100011101011101101001001 | efe78eaaecb48ebb49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)