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