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 | 螟疋螟疋^ | 111001011010010010010101010001001110010110100100100101010100010001011110 | e5a49544e5a495445e |
EUC-JP | 螟疋螟疋^ | 111010101010011011001001101001011110101010100110110010011010010101011110 | eaa6c9a5eaa6c9a55e |
UTF-8 | 螟疋螟疋^ | 11101000100111101001111111100111100101101000101111101000100111101001111111100111100101101000101101011110 | e89e9fe7968be89e9fe7968b5e |
UHC | 螟疋螟疋^ | 110110011010110111111001101101011101100110101101111110011011010101011110 | d9adf9b5d9adf9b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)