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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 鞅ユャe^ | 1111011011001011111010001101011111010101101011000110010101011110 | f6cbe8d7d5ac655e |
EUC-JP | ?鞅ユャe^ | 001111111111000011011001100011101101010110001110101011000110010101011110 | 3ff0d98ed58eac655e |
UTF-8 | 鞅ユャe^ | 1110111010010011101100101110100110011110100001011110111110111110100101011110111110111101101011000110010101011110 | ee93b2e99e85efbe95efbdac655e |
UHC | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)