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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | ツ催シA | 1100001010001101110000111011110001000001 | c28dc3bc41 |
| EUC-JP | ツ催シA | 10001110110000101011101011000101100011101011110001000001 | 8ec2bac58ebc41 |
| UTF-8 | ツ催シA | 11101111101111101000001011100101100000101010110011101111101111011011110001000001 | efbe82e582acefbdbc41 |
| UHC | ?催?A | 0011111111110101110010100011111101000001 | 3ff5ca3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)