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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 谷褻銑 | 100100100100101011100101111101101001000101001100 | 924ae5f6914c |
| EUC-JP | 谷褻銑 | 110000111010101111101010111110001100000110101101 | c3abeaf8c1ad |
| UTF-8 | 谷褻銑 | 111010001011000010110111111010001010010010111011111010011000101010010001 | e8b0b7e8a4bbe98a91 |
| UHC | 谷褻銑 | 110011011101101111100000111000011110000011010101 | cddbe0e1e0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)