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 | 捨睹}捨睹{^ | 1000111011001100111000011100111101111101100011101100110011100001110011110111101101011110 | 8ecce1cf7d8ecce1cf7b5e |
EUC-JP | 捨睹}捨睹{^ | 1011110011001110111000101101000101111101101111001100111011100010110100010111101101011110 | bccee2d17dbccee2d17b5e |
UTF-8 | 捨睹}捨睹{^ | 111001101000110110101000111001111001110110111001011111011110011010001101101010001110011110011101101110010111101101011110 | e68da8e79db97de68da8e79db97b5e |
UHC | 捨睹}捨睹{^ | 1101111011010111110101001010100101111101110111101101011111010100101010010111101101011110 | ded7d4a97dded7d4a97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)