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 | ???K?? | 001111110011111100111111010010110011111100111111 | 3f3f3f4b3f3f |
SJIS-WIN | 晶ォK晶 | 10001111101110111111001111101100101010110100101110001111101110111111001111101100 | 8fbbf3ecab4b8fbbf3ec |
EUC-JP | 晶?ォK晶? | 101111101011110100111111100011101010101101001011101111101011110100111111 | bebd3f8eab4bbebd3f |
UTF-8 | 晶ォK晶 | 11100110100110011011011011101110100010111001111111101111101111011010101101001011111001101001100110110110111011101000101110011111 | e699b6ee8b9fefbdab4be699b6ee8b9f |
UHC | 晶??K晶? | 1110111111011100001111110011111101001011111011111101110000111111 | efdc3f3f4befdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)