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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | ツ谷ツ谷^ | 11000010100100100100101011000010100100100100101001011110 | c2924ac2924a5e |
| EUC-JP | ツ谷ツ谷^ | 100011101100001011000011101010111000111011000010110000111010101101011110 | 8ec2c3ab8ec2c3ab5e |
| UTF-8 | ツ谷ツ谷^ | 11101111101111101000001011101000101100001011011111101111101111101000001011101000101100001011011101011110 | efbe82e8b0b7efbe82e8b0b75e |
| UHC | ?谷?谷^ | 00111111110011011101101100111111110011011101101101011110 | 3fcddb3fcddb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)