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 | 得得^ | 1001001110111110100100111011111001011110 | 93be93be5e |
EUC-JP | 得得^ | 1100011011000000110001101100000001011110 | c6c0c6c05e |
UTF-8 | 得得^ | 11100101101111101001011111100101101111101001011101011110 | e5be97e5be975e |
UHC | 得得^ | 1101010011110000110101001111000001011110 | d4f0d4f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)