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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?豺・嵂ケ・^ | 001111111110011010110111101001011111101010110010101110011010010101011110 | 3fe6b7a5fab2b9a55e |
EUC-JP | 崿豺・嵂ケ・^ | 100011111011101111001111111011001011100110001110101001011000111110111011110100001000111010111001100011101010010101011110 | 8fbbcfecb98ea58fbbd08eb98ea55e |
UTF-8 | 崿豺・嵂ケ・^ | 11100101101101001011111111101000101100011011101011101111101111011010010111100101101101011000001011101111101111011011100111101111101111011010010101011110 | e5b4bfe8b1baefbda5e5b582efbdb9efbda55e |
UHC | ?豺????^ | 0011111111100011110011110011111100111111001111110011111101011110 | 3fe3cf3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)