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 | ÷£Ó? | 11110111101000111101001100111111 | f7a3d33f |
| SJIS-WIN | ÷£?蹕 | 10000001100000001000000110010010001111111110011101001010 | 818081923fe74a |
| EUC-JP | ÷£Ó蹕 | 101000011110000010100001111100101000111110101010110100011110110110101011 | a1e0a1f28faad1edab |
| UTF-8 | ÷£Ó蹕 | 110000111011011111000010101000111100001110010011111010001011100110010101 | c3b7c2a3c393e8b995 |
| UHC | ÷??? | 1010000111000000001111110011111100111111 | a1c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)