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 | 驢簫轎碣 | 1110100110000110111000101101001011100111011111001110000111110000 | e986e2d2e77ce1f0 |
| EUC-JP | 驢簫轎碣 | 1111000111100110111001001101010011101101110111011110001011110010 | f1e6e4d4eddde2f2 |
| UTF-8 | 驢簫轎碣 | 111010011010100110100010111001111011000010101011111010001011110110001110111001111010001010100011 | e9a9a2e7b0abe8bd8ee7a2a3 |
| UHC | 驢簫轎碣 | 1101010111110000111000011100011111001110111100111100101011100101 | d5f0e1c7cef3cae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)