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 | 瘟???^ | 111000011000100100111111001111110011111101011110 | e1893f3f3f5e |
EUC-JP | 瘟??晷^ | 1110000111101001001111110011111110001111110000101100011101011110 | e1e93f3f8fc2c75e |
UTF-8 | 瘟욘썦晷^ | 11100111100110001001111111101100100110101001100011101100100011011010011011100110100110011011011101011110 | e7989fec9a98ec8da6e699b75e |
UHC | 瘟욘썦晷^ | 111010001011000010111111111001101001101110011001110011111111110001011110 | e8b0bfe69b99cffc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)