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 | 違委違委^ | 100010001110000110001000110011111000100011100001100010001100111101011110 | 88e188cf88e188cf5e |
EUC-JP | 違委違委^ | 101100001110001110110000110100011011000011100011101100001101000101011110 | b0e3b0d1b0e3b0d15e |
UTF-8 | 違委違委^ | 11101001100000011001010111100101101001111001010011101001100000011001010111100101101001111001010001011110 | e98195e5a794e98195e5a7945e |
UHC | 違委違委^ | 111010101101111011101010110011011110101011011110111010101100110101011110 | eadeeacdeadeeacd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)