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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 摯?? | 10011101100101010011111100111111 | 9d953f3f |
EUC-JP | 摯?殮 | 110110011111010100111111100011111100011010101110 | d9f53f8fc6ae |
UTF-8 | 摯쿡殮 | 111001101001000110101111111011001011111110100001111001101010111010101110 | e691afecbfa1e6aeae |
UHC | 摯쿡殮 | 111100101010011111000100111011101101011010110001 | f2a7c4eed6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)