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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???雅??^ | 0011111100111111001111111000100111101011001111110011111101011110 | 3f3f3f89eb3f3f5e |
EUC-JP | 轝??雅??^ | 10001111111000011010101000111111001111111011001011101101001111110011111101011110 | 8fe1aa3f3fb2ed3f3f5e |
UTF-8 | 轝뚮젶雅먮젙^ | 11101000101111011001110111101011100110101010111011101100101000001011011011101001100110111000010111101011101010001010111011101100101000001001100101011110 | e8bd9deb9aaeeca0b6e99b85eba8aeeca0995e |
UHC | 轝뚮젶雅먮젙^ | 11100110101011001000110011101011101000001010101011100100101110101001000011101011101000001001010101011110 | e6ac8ceba0aae4ba90eba0955e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)