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 | 收收^ | 1001110110111110100111011011111001011110 | 9dbe9dbe5e |
EUC-JP | 收收^ | 1101101011000000110110101100000001011110 | dac0dac05e |
UTF-8 | 收收^ | 11100110100101001011011011100110100101001011011001011110 | e694b6e694b65e |
UHC | 收收^ | 1110001010100101111000101010010101011110 | e2a5e2a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)