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 | 10010010010010101001000110110101100100011011101001000001 | 924a91b591ba41 |
| EUC-JP | 谷揃村A | 11000011101010111100001010110111110000101011110001000001 | c3abc2b7c2bc41 |
| UTF-8 | 谷揃村A | 11101000101100001011011111100110100011111000001111100110100111011001000101000001 | e8b0b7e68f83e69d9141 |
| UHC | 谷?村A | 110011011101101100111111111101011011110101000001 | cddb3ff5bd41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)