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 | 蜈??圭^ | 11100101100001010011111100111111100011000101110001011110 | e5853f3f8c5c5e |
EUC-JP | 蜈??圭^ | 11101001111001010011111100111111101101111011110101011110 | e9e53f3fb7bd5e |
UTF-8 | 蜈루윪圭^ | 11101000100111001000100011101011101000111010100011101100100111001010101011100101100111001010110101011110 | e89c88eba3a8ec9caae59cad5e |
UHC | 蜈루윪圭^ | 111010001010010110110111111001111001111110101001110100001010010001011110 | e8a5b7e79fa9d0a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)