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 | 中?攻^ | 100100101000011000111111100011010101010101011110 | 92863f8d555e |
EUC-JP | 中?攻^ | 110000111110011000111111101110011011011001011110 | c3e63fb9b65e |
UTF-8 | 中꿴攻^ | 11100100101110001010110111101010101111111011010011100110100101001011101101011110 | e4b8adeabfb4e694bb5e |
UHC | 中꿴攻^ | 11110001111010011011001011101001110011011111010001011110 | f1e9b2e9cdf45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)