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 | 賃賃^ | 1001001011000000100100101100000001011110 | 92c092c05e |
EUC-JP | 賃賃^ | 1100010011000010110001001100001001011110 | c4c2c4c25e |
UTF-8 | 賃賃^ | 11101000101100111000001111101000101100111000001101011110 | e8b383e8b3835e |
UHC | 賃賃^ | 1110110011111100111011001111110001011110 | ecfcecfc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)