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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 轅?轅?^ | 11100111011101100011111111100111011101100011111101011110 | e7763fe7763f5e |
EUC-JP | 轅?轅?^ | 11101101110101110011111111101101110101110011111101011110 | edd73fedd73f5e |
UTF-8 | 轅봥轅봥^ | 11101000101111011000010111101011101101001010010111101000101111011000010111101011101101001010010101011110 | e8bd85ebb4a5e8bd85ebb4a55e |
UHC | 轅봥轅봥^ | 111010101011111110010100011001111110101010111111100101000110011101011110 | eabf9467eabf94675e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)