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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | ツ嘉ゥc^ | 110000101000100111000011101010010110001101011110 | c289c3a9635e |
EUC-JP | ツ嘉ゥc^ | 1000111011000010101100101100010110001110101010010110001101011110 | 8ec2b2c58ea9635e |
UTF-8 | ツ嘉ゥc^ | 1110111110111110100000101110010110011000100010011110111110111101101010010110001101011110 | efbe82e59889efbda9635e |
UHC | ?嘉?c^ | 001111111100101010101001001111110110001101011110 | 3fcaa93f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)