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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 陶∴陶∴^ | 100100111010100110000001100010001001001110101001100000011000100001011110 | 93a9818893a981885e |
EUC-JP | 陶∴陶∴^ | 110001101010101110100001111010001100011010101011101000011110100001011110 | c6aba1e8c6aba1e85e |
UTF-8 | 陶∴陶∴^ | 11101001100110011011011011100010100010001011010011101001100110011011011011100010100010001011010001011110 | e999b6e288b4e999b6e288b45e |
UHC | 陶∴陶∴^ | 110101001011011010100001110001011101010010110110101000011100010101011110 | d4b6a1c5d4b6a1c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)