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 | ccà^ | 100110000110001110011110100011011001100001100011100111101110000001011110 | 98639e8d98639ee05e |
SJIS-WIN | ?c???c??^ | 001111110110001100111111001111110011111101100011001111110011111101011110 | 3f633f3f3f633f3f5e |
EUC-JP | ?c???c?à^ | 0011111101100011001111110011111100111111011000110011111110001111101010111010001001011110 | 3f633f3f3f633f8faba25e |
UTF-8 | ccà^ | 110000101001100001100011110000101001111011000010100011011100001010011000011000111100001010011110110000111010000001011110 | c29863c29ec28dc29863c29ec3a05e |
UHC | ?c???c??^ | 001111110110001100111111001111110011111101100011001111110011111101011110 | 3f633f3f3f633f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)