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 | 讖溢コォ^ | 11100110101010011000100011101100101110101010101101011110 | e6a988ecbaab5e |
EUC-JP | 讖溢コォ^ | 111011001010101110110000111011101000111010111010100011101010101101011110 | ecabb0ee8eba8eab5e |
UTF-8 | 讖溢コォ^ | 11101000101011101001011011100110101110101010001011101111101111011011101011101111101111011010101101011110 | e8ae96e6baa2efbdbaefbdab5e |
UHC | 讖溢??^ | 11110011110110011110110011101110001111110011111101011110 | f3d9ecee3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)