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 | 咳?咳?^ | 10001010010100000011111110001010010100000011111101011110 | 8a503f8a503f5e |
EUC-JP | 咳?咳?^ | 10110011101100010011111110110011101100010011111101011110 | b3b13fb3b13f5e |
UTF-8 | 咳데咳데^ | 11100101100100101011001111101011100011011011000011100101100100101011001111101011100011011011000001011110 | e592b3eb8db0e592b3eb8db05e |
UHC | 咳데咳데^ | 111110101010011010110101101001011111101010100110101101011010010101011110 | faa6b5a5faa6b5a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)