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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
| SJIS-WIN | 瀞?珥?H | 10010011110100100011111111100000111000000011111101001000 | 93d23fe0e03f48 |
| EUC-JP | 瀞?珥?H | 11000110110101000011111111100000111000100011111101001000 | c6d43fe0e23f48 |
| UTF-8 | 瀞렕珥렮H | 11100111100000001001111011101011101000001001010111100111100011111010010111101011101000001010111001001000 | e7809eeba095e78fa5eba0ae48 |
| UHC | 瀞렕珥렮H | 111011111110011110001110101010101110110010110100100011101011101101001000 | efe78eaaecb48ebb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)