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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ???任 | 0011111100111111001111111001010001000011 | 3f3f3f9443 |
| EUC-JP | ???任 | 0011111100111111001111111100011110100100 | 3f3f3fc7a4 |
| UTF-8 | 琉뽭썴任 | 111011111010011110001100111010111011110110101101111011001000110110110100111001001011101110111011 | efa78cebbdadec8db4e4bbbb |
| UHC | 琉뽭썴任 | 1110101110100100100101101110100110011011101000101110110011110010 | eba496e99ba2ecf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)