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 | リ茣ゥ宍^ | 1111000010111111110110001110010010110010101010011111001010100001100011101011001101011110 | f0bfd8e4b2a9f2a18eb35e |
EUC-JP | ?リ茣ゥ?宍^ | 0011111110001110110110001110100010110100100011101010100100111111101111001011010101011110 | 3f8ed8e8b48ea93fbcb55e |
UTF-8 | リ茣ゥ宍^ | 11101110100000011011111011101111101111101001100011101000100011001010001111101111101111011010100111101110100001111001100011100101101011101000110101011110 | ee81beefbe98e88ca3efbda9ee8798e5ae8d5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)