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 | ?拒?居^ | 00111111100010111001000100111111100010111000111101011110 | 3f8b913f8b8f5e |
EUC-JP | 瑗拒瑗居^ | 1000111111001100110000001011010111110001100011111100110011000000101101011110111101011110 | 8fccc0b5f18fccc0b5ef5e |
UTF-8 | 瑗拒瑗居^ | 11100111100100011001011111100110100010111001001011100111100100011001011111100101101100011000010101011110 | e79197e68b92e79197e5b1855e |
UHC | 瑗拒瑗居^ | 111010101011110011001011110111101110101010111100110010111101110001011110 | eabccbdeeabccbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)