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 | 弛阮 | 10010010011011111110100010010110 | 926fe896 |
EUC-JP | 弛阮 | 11000011110100001110111111110110 | c3d0eff6 |
UTF-8 | 弛阮 | 111001011011110010011011111010011001100010101110 | e5bc9be998ae |
UHC | 弛阮 | 11101100101011001110100011010110 | ecace8d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)