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 | 豁咎・ | 1110011010101101100110011110100110100101 | e6ad99e9a5 |
EUC-JP | 豁咎・ | 111011001010111111010010111010111000111010100101 | ecafd2eb8ea5 |
UTF-8 | 豁咎・ | 111010001011000110000001111001011001001010001110111011111011110110100101 | e8b181e5928eefbda5 |
UHC | 豁咎? | 1111110011000011110011111010010000111111 | fcc3cfa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)