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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 鵡}鵡{^ | 10010110101101110111110110010110101101110111101101011110 | 96b77d96b77b5e |
EUC-JP | 鵡}鵡{^ | 11001100101110010111110111001100101110010111101101011110 | ccb97dccb97b5e |
UTF-8 | 鵡}鵡{^ | 111010011011010110100001011111011110100110110101101000010111101101011110 | e9b5a17de9b5a17b5e |
UHC | 鵡}鵡{^ | 11011001111101110111110111011001111101110111101101011110 | d9f77dd9f77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)