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 | 佇?媛?^ | 10011000110010000011111110010101010100010011111101011110 | 98c83f95513f5e |
EUC-JP | 佇?媛?^ | 11010000110010100011111111001001101100100011111101011110 | d0ca3fc9b23f5e |
UTF-8 | 佇렡媛렪^ | 11100100101111011000011111101011101000001010000111100101101010101001101111101011101000001010101001011110 | e4bd87eba0a1e5aa9beba0aa5e |
UHC | 佇렡媛렪^ | 111011101011011110001110101100101110101010110000100011101011100001011110 | eeb78eb2eab08eb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)