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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 鶲靨}鶲靨{^ | 1110101001001111111010001101001001111101111010100100111111101000110100100111101101011110 | ea4fe8d27dea4fe8d27b5e |
EUC-JP | 鶲靨}鶲靨{^ | 1111001110110000111100001101010001111101111100111011000011110000110101000111101101011110 | f3b0f0d47df3b0f0d47b5e |
UTF-8 | 鶲靨}鶲靨{^ | 111010011011011010110010111010011001110110101000011111011110100110110110101100101110100110011101101010000111101101011110 | e9b6b2e99da87de9b6b2e99da87b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)