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 | 邀邦^ | 1110011110110001100101100100110101011110 | e7b1964d5e |
EUC-JP | 邀邦^ | 1110111010110011110010111010111001011110 | eeb3cbae5e |
UTF-8 | 邀邦^ | 11101001100000101000000011101001100000101010011001011110 | e98280e982a65e |
UHC | 邀邦^ | 1110100110101101110110111100000001011110 | e9addbc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)