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 | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
| SJIS-WIN | 叩c但蔵 | 10010010010000000110001110010010010000011001000110100000 | 924063924191a0 |
| EUC-JP | 叩c但蔵 | 11000011101000010110001111000011101000101100001010100010 | c3a163c3a2c2a2 |
| UTF-8 | 叩c但蔵 | 11100101100011111010100101100011111001001011110110000110111010001001010010110101 | e58fa963e4bd86e894b5 |
| UHC | 叩c但? | 110011011011000001100011110100111010001100111111 | cdb063d3a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)