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 | ?¸?? | 00111111101110000011111100111111 | 3fb83f3f |
| SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| EUC-JP | ?¸?? | 001111111000111110100010101100010011111100111111 | 3f8fa2b13f3f |
| UTF-8 | 간¸룴헋 | 1110101010110000100001001100001010111000111010111010001110110100111011011001011110001011 | eab084c2b8eba3b4ed978b |
| UHC | 간¸룴헋 | 1011000010100011101000101010110010001111101010011100001001000010 | b0a3a2ac8fa9c242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)