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 | íê²g\ | 111011011110101010001110101100100110011101011100 | edea8eb2675c |
SJIS-WIN | ????g\ | 001111110011111100111111001111110110011101011100 | 3f3f3f3f675c |
EUC-JP | íê??g\ | 10001111101010111011111110001111101010111011010000111111001111110110011101011100 | 8fabbf8fabb43f3f675c |
UTF-8 | íê²g\ | 11000011101011011100001110101010110000101000111011000010101100100110011101011100 | c3adc3aac28ec2b2675c |
UHC | ???²g\ | 00111111001111110011111110101001111101110110011101011100 | 3f3f3fa9f7675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)