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 | û½ûW | 111110111011110110001110101011011111101101010111 | fbbd8eadfb57 |
SJIS-WIN | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
EUC-JP | û???ûW | 10001111101010111110010100111111001111110011111110001111101010111110010101010111 | 8fabe53f3f3f8fabe557 |
UTF-8 | û½ûW | 1100001110111011110000101011110111000010100011101100001010101101110000111011101101010111 | c3bbc2bdc28ec2adc3bb57 |
UHC | ?½??W | 0011111110101000111101100011111110100001101010010011111101010111 | 3fa8f63fa1a93f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)