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 | 蠍晉竃^ | 11100101101101101001110111100111100010101001011001011110 | e5b69de78a965e |
EUC-JP | 蠍晉竃^ | 11101010101110001101101011101001101100111111011001011110 | eab8dae9b3f65e |
UTF-8 | 蠍晉竃^ | 11101000101000001000110111100110100110011000100111100111101010111000001101011110 | e8a08de69989e7ab835e |
UHC | ?晉?^ | 0011111111110010110010110011111101011110 | 3ff2cb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)