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 | 們陝們陝^ | 100110001110110011101000100111111001100011101100111010001001111101011110 | 98ece89f98ece89f5e |
EUC-JP | 們陝們陝^ | 110100001110111011110000101000011101000011101110111100001010000101011110 | d0eef0a1d0eef0a15e |
UTF-8 | 們陝們陝^ | 11100101100000001001000111101001100110011001110111100101100000001001000111101001100110011001110101011110 | e58091e9999de58091e9999d5e |
UHC | 們陝們陝^ | 110110011111101011100000111011011101100111111010111000001110110101011110 | d9fae0edd9fae0ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)