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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 脅吝 | 10001011101110101001100111100101 | 8bba99e5 |
EUC-JP | 脅吝 | 10110110101111001101001011100111 | b6bcd2e7 |
UTF-8 | 脅吝 | 111010001000010010000101111001011001000010011101 | e88485e5909d |
UHC | 脅吝 | 11111010111101101101011111110000 | faf6d7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)