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 | 001111110011111100111111001111110111111001000010 | 3f3f3f3f7e42 |
| SJIS-WIN | 瀞?珥?~B | 1001001111010010001111111110000011100000001111110111111001000010 | 93d23fe0e03f7e42 |
| EUC-JP | 瀞?珥?~B | 1100011011010100001111111110000011100010001111110111111001000010 | c6d43fe0e23f7e42 |
| UTF-8 | 瀞렕珥렮~B | 1110011110000000100111101110101110100000100101011110011110001111101001011110101110100000101011100111111001000010 | e7809eeba095e78fa5eba0ae7e42 |
| UHC | 瀞렕珥렮~B | 11101111111001111000111010101010111011001011010010001110101110110111111001000010 | efe78eaaecb48ebb7e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)