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 | ??????D^ | 0011111100111111001111110011111100111111001111110100010001011110 | 3f3f3f3f3f3f445e |
SJIS-WIN | ??摯???D^ | 001111110011111110011101100101010011111100111111001111110100010001011110 | 3f3f9d953f3f3f445e |
EUC-JP | ??摯???D^ | 001111110011111111011001111101010011111100111111001111110100010001011110 | 3f3fd9f53f3f3f445e |
UTF-8 | 렱렚摯렱렎설D^ | 1110101110100000101100011110101110100000100110101110011010010001101011111110101110100000101100011110101110100000100011101110110010000100101001000100010001011110 | eba0b1eba09ae691afeba0b1eba08eec84a4445e |
UHC | 렱렚摯렱렎설D^ | 1000111010111110100011101010110111110010101001111000111010111110100011101010010010111100101100110100010001011110 | 8ebe8eadf2a78ebe8ea4bcb3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)