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 | ã¸å^ | 1110001110111000111001011001100101011110 | e3b8e5995e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ã¸å?^ | 1000111110101011101010101000111110100010101100011000111110101011101010010011111101011110 | 8fabaa8fa2b18faba93f5e |
UTF-8 | ã¸å^ | 110000111010001111000010101110001100001110100101110000101001100101011110 | c3a3c2b8c3a5c2995e |
UHC | ?¸??^ | 001111111010001010101100001111110011111101011110 | 3fa2ac3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)