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 | îäâúäï^ | 11101110111001001110001011111010111001001110111101011110 | eee4e2fae4ef5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | îäâúäï^ | 10001111101010111100001010001111101010111010001110001111101010111010010010001111101010111110001010001111101010111010001110001111101010111100000101011110 | 8fabc28faba38faba48fabe28faba38fabc15e |
UTF-8 | îäâúäï^ | 11000011101011101100001110100100110000111010001011000011101110101100001110100100110000111010111101011110 | c3aec3a4c3a2c3bac3a4c3af5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)