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¾ñ½´ | 1111101101000011101111101111000110001110101111011000111010110100 | fb43bef18ebd8eb4 |
SJIS-WIN | ?C?????´ | 001111110100001100111111001111110011111100111111001111111000000101001100 | 3f433f3f3f3f3f814c |
EUC-JP | ûC?ñ???´ | 10001111101010111110010101000011001111111000111110101011110100000011111100111111001111111010000110101101 | 8fabe5433f8fabd03f3f3fa1ad |
UTF-8 | ûC¾ñ½´ | 110000111011101101000011110000101011111011000011101100011100001010001110110000101011110111000010100011101100001010110100 | c3bb43c2bec3b1c28ec2bdc28ec2b4 |
UHC | ?C¾??½?´ | 0011111101000011101010001111101000111111001111111010100011110110001111111010001010100101 | 3f43a8fa3f3fa8f63fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)