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 | 狸側狸側^ | 100100100100101110010001101001001001001001001011100100011010010001011110 | 924b91a4924b91a45e |
EUC-JP | 狸側狸側^ | 110000111010110011000010101001101100001110101100110000101010011001011110 | c3acc2a6c3acc2a65e |
UTF-8 | 狸側狸側^ | 11100111100010111011100011100101100000011011010011100111100010111011100011100101100000011011010001011110 | e78bb8e581b4e78bb8e581b45e |
UHC | 狸側狸側^ | 110101111110000111110110101100001101011111100001111101101011000001011110 | d7e1f6b0d7e1f6b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)