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 | 捨袞}捨袞{^ | 1000111011001100111001011100111101111101100011101100110011100101110011110111101101011110 | 8ecce5cf7d8ecce5cf7b5e |
EUC-JP | 捨袞}捨袞{^ | 1011110011001110111010101101000101111101101111001100111011101010110100010111101101011110 | bcceead17dbcceead17b5e |
UTF-8 | 捨袞}捨袞{^ | 111001101000110110101000111010001010001010011110011111011110011010001101101010001110100010100010100111100111101101011110 | e68da8e8a29e7de68da8e8a29e7b5e |
UHC | 捨袞}捨袞{^ | 1101111011010111110011011110010101111101110111101101011111001101111001010111101101011110 | ded7cde57dded7cde57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)