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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?劾?枷^ | 00111111100010100100111000111111100111100110011101011110 | 3f8a4e3f9e675e |
EUC-JP | ?劾?枷^ | 00111111101100111010111100111111110110111100100001011110 | 3fb3af3fdbc85e |
UTF-8 | 뤸劾딴枷^ | 11101011101001001011100011100101100010101011111011101011100101001011010011100110100111101011011101011110 | eba4b8e58abeeb94b4e69eb75e |
UHC | 뤸劾딴枷^ | 100011111110011011111010101101101011010111111101110010101010111001011110 | 8fe6fab6b5fdcaae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)