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 | íù©M^ | 111011011111100110001110101010010100110101011110 | edf98ea94d5e |
SJIS-WIN | ????M^ | 001111110011111100111111001111110100110101011110 | 3f3f3f3f4d5e |
EUC-JP | íù?©M^ | 100011111010101110111111100011111010101111100011001111111000111110100010111011010100110101011110 | 8fabbf8fabe33f8fa2ed4d5e |
UTF-8 | íù©M^ | 11000011101011011100001110111001110000101000111011000010101010010100110101011110 | c3adc3b9c28ec2a94d5e |
UHC | ????M^ | 001111110011111100111111001111110100110101011110 | 3f3f3f3f4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)