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 | ?相?相^ | 00111111100100011000101000111111100100011000101001011110 | 3f918a3f918a5e |
EUC-JP | ?相?相^ | 00111111110000011110101000111111110000011110101001011110 | 3fc1ea3fc1ea5e |
UTF-8 | 잭相잭相^ | 11101100100111101010110111100111100110111011100011101100100111101010110111100111100110111011100001011110 | ec9eade79bb8ec9eade79bb85e |
UHC | 잭相잭相^ | 110000001110100011011111110100111100000011101000110111111101001101011110 | c0e8dfd3c0e8dfd35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)