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 | 盛淅盛淅^ | 100100001011011110011111110001101001000010110111100111111100011001011110 | 90b79fc690b79fc65e |
EUC-JP | 盛淅盛淅^ | 110000001011100111011110110010001100000010111001110111101100100001011110 | c0b9dec8c0b9dec85e |
UTF-8 | 盛淅盛淅^ | 11100111100110111001101111100110101101111000010111100111100110111001101111100110101101111000010101011110 | e79b9be6b785e79b9be6b7855e |
UHC | 盛淅盛淅^ | 111000001111110011100000101100101110000011111100111000001011001001011110 | e0fce0b2e0fce0b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)