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 | ツ狸ツ谷^ | 11000010100100100100101111000010100100100100101001011110 | c2924bc2924a5e |
EUC-JP | ツ狸ツ谷^ | 100011101100001011000011101011001000111011000010110000111010101101011110 | 8ec2c3ac8ec2c3ab5e |
UTF-8 | ツ狸ツ谷^ | 11101111101111101000001011100111100010111011100011101111101111101000001011101000101100001011011101011110 | efbe82e78bb8efbe82e8b0b75e |
UHC | ?狸?谷^ | 00111111110101111110000100111111110011011101101101011110 | 3fd7e13fcddb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)