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 | 成訟^ | 1001000010101100100011111101011101011110 | 90ac8fd75e |
EUC-JP | 成訟^ | 1100000010101110101111101101100101011110 | c0aebed95e |
UTF-8 | 成訟^ | 11100110100010001001000011101000101010001001111101011110 | e68890e8a89f5e |
UHC | 成訟^ | 1110000011110111111000011110100001011110 | e0f7e1e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)