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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 遠?肢?c^ | 1000100110010011001111111000111010001000001111110110001101011110 | 89933f8e883f635e |
EUC-JP | 遠?肢?c^ | 1011000111110011001111111011101111101000001111110110001101011110 | b1f33fbbe83f635e |
UTF-8 | 遠렕肢렓c^ | 1110100110000001101000001110101110100000100101011110100010000010101000101110101110100000100100110110001101011110 | e981a0eba095e882a2eba093635e |
UHC | 遠렕肢렓c^ | 11101010110000001000111010101010111100101011011010001110101010000110001101011110 | eac08eaaf2b68ea8635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)