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 | 捨}捨{^ | 1000111011001100111100111100111101111101100011101100110011110011110011110111101101011110 | 8eccf3cf7d8eccf3cf7b5e |
EUC-JP | 捨?}捨?{^ | 101111001100111000111111011111011011110011001110001111110111101101011110 | bcce3f7dbcce3f7b5e |
UTF-8 | 捨}捨{^ | 111001101000110110101000111011101000101110000010011111011110011010001101101010001110111010001011100000100111101101011110 | e68da8ee8b827de68da8ee8b827b5e |
UHC | 捨?}捨?{^ | 110111101101011100111111011111011101111011010111001111110111101101011110 | ded73f7dded73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)