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 | 瓦挾?^ | 100010101010001010011101011100000011111101011110 | 8aa29d703f5e |
EUC-JP | 瓦挾?^ | 101101001010010011011001110100010011111101011110 | b4a4d9d13f5e |
UTF-8 | 瓦挾뇹^ | 11100111100100111010011011100110100011001011111011101011100001111011100101011110 | e793a6e68cbeeb87b95e |
UHC | 瓦挾뇹^ | 11101000101111111111101011110011101101001010011001011110 | e8bffaf3b4a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)