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 | 邯洲 | 11100111101101101000111101000110 | e7b68f46 |
EUC-JP | 邯洲 | 11101110101110001011110110100111 | eeb8bda7 |
UTF-8 | 邯洲 | 111010011000001010101111111001101011010010110010 | e982afe6b4b2 |
UHC | 邯洲 | 11001010111110111111000110111101 | cafbf1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)