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 | 窶絶買^ | 11100010100000001001000011100010100101001000001101011110 | e28090e294835e |
EUC-JP | 窶絶買^ | 11100011111000001100000011100100110001111110001101011110 | e3e0c0e4c7e35e |
UTF-8 | 窶絶買^ | 11100111101010101011011011100111101101011011011011101000101100101011011101011110 | e7aab6e7b5b6e8b2b75e |
UHC | ?絶買^ | 001111111110111110111110110110001110001001011110 | 3fefbed8e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)