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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ????h? | 00111111001111110011111100111111100000101000100000111111 | 3f3f3f3f82883f |
| EUC-JP | ????h? | 00111111001111110011111100111111101000111110100000111111 | 3f3f3f3fa3e83f |
| UTF-8 | 緣쏅빉杻hㅋ | 111001111011011110100011111011001000111110000101111010111011100110001001111011111010011110001000111011111011110110001000111000111000010110001011 | e7b7a3ec8f85ebb989efa788efbd88e3858b |
| UHC | 緣쏅빉杻hㅋ | 111001101101111010011011111010111001010110101111111010101111010010100011111010001010010010111011 | e6de9beb95afeaf4a3e8a4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)