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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 陬昴Η籬稿^ | 1110100010100011100111011110001110000011101001011110001011011111100011010110010101011110 | e8a39de383a5e2df8d655e |
EUC-JP | 陬昴Η籬稿^ | 1111000010100101110110101110010110100110101001111110010011100001101110011100011001011110 | f0a5dae5a6a7e4e1b9c65e |
UTF-8 | 陬昴Η籬稿^ | 111010011001100110101100111001101001100010110100110011101001011111100111101100011010110011100111101010001011111101011110 | e999ace698b4ce97e7b1ace7a8bf5e |
UHC | ?昴Η籬稿^ | 00111111110110011101101110100101110001111101011111100110110011011100001101011110 | 3fd9dba5c7d7e6cdc35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)