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 | 谷綜銑 | 100100100100101010010001100011101001000101001100 | 924a918e914c |
| EUC-JP | 谷綜銑 | 110000111010101111000001111011101100000110101101 | c3abc1eec1ad |
| UTF-8 | 谷綜銑 | 111010001011000010110111111001111011011010011100111010011000101010010001 | e8b0b7e7b69ce98a91 |
| UHC | 谷綜銑 | 110011011101101111110000111111001110000011010101 | cddbf0fce0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)