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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?纖鮮^ | 001111111110001110011001100100010100111001011110 | 3fe399914e5e |
EUC-JP | ?纖鮮^ | 001111111110010111111001110000011010111101011110 | 3fe5f9c1af5e |
UTF-8 | 卨纖鮮^ | 11100101100011011010100011100111101110101001011011101001101011101010111001011110 | e58da8e7ba96e9aeae5e |
UHC | 卨纖鮮^ | 11100000110110011110000011101001111000001101100001011110 | e0d9e0e9e0d85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)