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 | éòöÒ] | 1110100111110010111101101101001001011101 | e9f2f6d25d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | éòöÒ] | 10001111101010111011000110001111101010111101001010001111101010111101001110001111101010101101001001011101 | 8fabb18fabd28fabd38faad25d |
UTF-8 | éòöÒ] | 110000111010100111000011101100101100001110110110110000111001001001011101 | c3a9c3b2c3b6c3925d |
UHC | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)