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 | ???J?? | 001111110011111100111111010010100011111100111111 | 3f3f3f4a3f3f |
SJIS-WIN | 晶」J晶 | 10001111101110111111001111101100101000110100101010001111101110111111001111101100 | 8fbbf3eca34a8fbbf3ec |
EUC-JP | 晶?」J晶? | 101111101011110100111111100011101010001101001010101111101011110100111111 | bebd3f8ea34abebd3f |
UTF-8 | 晶」J晶 | 11100110100110011011011011101110100010111001111111101111101111011010001101001010111001101001100110110110111011101000101110011111 | e699b6ee8b9fefbda34ae699b6ee8b9f |
UHC | 晶??J晶? | 1110111111011100001111110011111101001010111011111101110000111111 | efdc3f3f4aefdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)