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??? | 00111111001111110011111101001011001111110011111100111111 | 3f3f3f4b3f3f3f |
SJIS-WIN | 晶ォK晶ャ | 1000111110111011111100111110110010101011010010111000111110111011111100111110110010101100 | 8fbbf3ecab4b8fbbf3ecac |
EUC-JP | 晶?ォK晶?ャ | 1011111010111101001111111000111010101011010010111011111010111101001111111000111010101100 | bebd3f8eab4bbebd3f8eac |
UTF-8 | 晶ォK晶ャ | 11100110100110011011011011101110100010111001111111101111101111011010101101001011111001101001100110110110111011101000101110011111111011111011110110101100 | e699b6ee8b9fefbdab4be699b6ee8b9fefbdac |
UHC | 晶??K晶?? | 111011111101110000111111001111110100101111101111110111000011111100111111 | efdc3f3f4befdc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)