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 | 屎??屎??^ | 100110111001110100111111001111111001101110011101001111110011111101011110 | 9b9d3f3f9b9d3f3f5e |
EUC-JP | 屎??屎??^ | 110101011111110100111111001111111101010111111101001111110011111101011110 | d5fd3f3fd5fd3f3f5e |
UTF-8 | 屎릤꽏屎릤꽏^ | 11100101101100011000111011101011101001101010010011101010101111011000111111100101101100011000111011101011101001101010010011101010101111011000111101011110 | e5b18eeba6a4eabd8fe5b18eeba6a4eabd8f5e |
UHC | 屎릤꽏屎릤꽏^ | 11100011101110101001000010000110100001001001111111100011101110101001000010000110100001001001111101011110 | e3ba9086849fe3ba9086849f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)