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 | ã±^~ | 11100011100000101001110011000010101100010101111001111110 | e3829cc2b15e7e |
SJIS-WIN | ????±^~ | 0011111100111111001111110011111110000001011111010101111001111110 | 3f3f3f3f817d5e7e |
EUC-JP | ã??±^~ | 100011111010101110101010001111110011111110001111101010101010010010100001110111100101111001111110 | 8fabaa3f3f8faaa4a1de5e7e |
UTF-8 | ã±^~ | 110000111010001111000010100000101100001010011100110000111000001011000010101100010101111001111110 | c3a3c282c29cc382c2b15e7e |
UHC | ????±^~ | 0011111100111111001111110011111110100001101111100101111001111110 | 3f3f3f3fa1be5e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)