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 | 陶←^ | 1001001110101001100000011010100101011110 | 93a981a95e |
EUC-JP | 陶←^ | 1100011010101011101000101010101101011110 | c6aba2ab5e |
UTF-8 | 陶←^ | 11101001100110011011011011100010100001101001000001011110 | e999b6e286905e |
UHC | 陶←^ | 1101010010110110101000011110011101011110 | d4b6a1e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)