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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 隲貌^ | 1110100010101011100101100110010101011110 | e8ab96655e |
EUC-JP | 隲貌^ | 1111000010101101110010111100011001011110 | f0adcbc65e |
UTF-8 | 隲貌^ | 11101001100110101011001011101000101100101000110001011110 | e99ab2e8b28c5e |
UHC | ?貌^ | 00111111110110011100100101011110 | 3fd9c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)