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 | ???L??? | 00111111001111110011111101001100001111110011111100111111 | 3f3f3f4c3f3f3f |
SJIS-WIN | 晶ウL晶ェ | 1000111110111011111100111110110010110011010011001000111110111011111110001110110010101010 | 8fbbf3ecb34c8fbbf8ecaa |
EUC-JP | 晶?ウL晶?ェ | 1011111010111101001111111000111010110011010011001011111010111101001111111000111010101010 | bebd3f8eb34cbebd3f8eaa |
UTF-8 | 晶ウL晶ェ | 11100110100110011011011011101110100010111001111111101111101111011011001101001100111001101001100110110110111011101001101010001011111011111011110110101010 | e699b6ee8b9fefbdb34ce699b6ee9a8befbdaa |
UHC | 晶??L晶?? | 111011111101110000111111001111110100110011101111110111000011111100111111 | efdc3f3f4cefdc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)