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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 晶ク澵 | 10001111101110111111100011101100101110001111101101001100 | 8fbbf8ecb8fb4c |
EUC-JP | 晶?ク澵 | 1011111010111101001111111000111010111000100011111100100011111000 | bebd3f8eb88fc8f8 |
UTF-8 | 晶ク澵 | 111001101001100110110110111011101001101010001011111011111011110110111000111001101011111010110101 | e699b6ee9a8befbdb8e6beb5 |
UHC | 晶??? | 1110111111011100001111110011111100111111 | efdc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)