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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?疫^ | 00111111100010010111010101011110 | 3f89755e |
EUC-JP | ?疫^ | 00111111101100011101011001011110 | 3fb1d65e |
UTF-8 | 왣疫^ | 11101100100110011010001111100111100101101010101101011110 | ec99a3e796ab5e |
UHC | 왣疫^ | 1001111011001100111001101011100101011110 | 9ecce6b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)