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 | 諫璞 | 11100110011111001110000011110111 | e67ce0f7 |
EUC-JP | 諫璞 | 11101011110111011110000011111001 | ebdde0f9 |
UTF-8 | 諫璞 | 111010001010101110101011111001111001001010011110 | e8ababe7929e |
UHC | 諫璞 | 11001010110111111101101011010111 | cadfdad7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)