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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 胱晗 | 11100011111101111111101011010110 | e3f7fad6 |
EUC-JP | 胱晗 | 1110011011111001100011111100001010111000 | e6f98fc2b8 |
UTF-8 | 胱晗 | 111010001000001110110001111001101001100110010111 | e883b1e69997 |
UHC | 胱? | 110011101100110100111111 | cecd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)